Color Hex Logo

#76483f Color Hex

#76483F
(118,72,63)
0 Favorites   0 Comments

Color spaces of #76483f

RGB 1187263
HSL0.030.300.35
HSV10°47°46°
CMYK 0.000.390.47   0.54
XYZ10.68588.84525.8467
Yxy8.84520.42110.3485
Hunter Lab29.740912.08799.1629
CIE-Lab35.684518.541613.6576

#76483f color RGB value is (118,72,63).

#76483f hex color red value is 118, green value is 72 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #76483f hue: 0.03 , saturation: 0.30 and the lightness value of 76483f is 0.35.

The process color (four color CMYK) of #76483f color hex is 0.00, 0.39, 0.47, 0.54. Web safe color of #76483f is #663333. Color #76483f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 00111111
Octal 166 110 77
Decimal 118 72 63
Hex 76 48 3F

RGB Percentages of Color #76483f

%46.64
%28.46
%24.90

CMYK Percentages of Color #76483f

%0
%39
%47
%54

Triadic Colors of #76483f

#76483f #3f7648 #483f76

Analogous Colors of #76483f

#76483f #76643f #763f51

Monochromatic Colors of #76483f

#76483f

Complementary Color

#76483f #3f6d76

#76483f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76483f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76483f Color CSS Codes

.mybgcolor {background-color:#76483f; } 
.myforecolor {color:#76483f; }
.mybordercolor {border:3px solid #76483f; }

#76483f Text Font Color

<p style="color:#76483f">Text here</p>

This sample text font color is #76483f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#76483f Background Color

<div style="background-color:#76483f">
Div content here</div>

This div background color is #76483f


#76483f Border Color

<div style="border:3px solid #76483f">
Div here</div>

This div border color is #76483f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,72,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76483f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76483f;
  -webkit-box-shadow: 1px 1px 3px 2px #76483f;
  box-shadow:         1px 1px 3px 2px #76483f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,72,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #76483f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #76483f;
  -webkit-box-shadow: 1px 1px 3px 2px #76483f;
  box-shadow:         1px 1px 3px 2px #76483f;">
Div content here</div>

This div box has shadow with color #76483f


Comments

No comments written yet.

Please login to write comment.