Color Hex Logo

#756b0f Color Hex

#756B0F
(117,107,15)
0 Favorites   0 Comments

Color spaces of #756b0f

RGB 11710715
HSL0.150.770.26
HSV54°87°46°
CMYK 0.000.090.87   0.54
XYZ12.680014.33182.5499
Yxy14.33180.42890.4848
Hunter Lab37.8574-6.463322.5066
CIE-Lab44.7051-6.175847.4435

#756b0f color RGB value is (117,107,15).

#756b0f hex color red value is 117, green value is 107 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #756b0f hue: 0.15 , saturation: 0.77 and the lightness value of 756b0f is 0.26.

The process color (four color CMYK) of #756b0f color hex is 0.00, 0.09, 0.87, 0.54. Web safe color of #756b0f is #666600. Color #756b0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101011 00001111
Octal 165 153 17
Decimal 117 107 15
Hex 75 6B F

RGB Percentages of Color #756b0f

%48.95
%44.77
%6.28

CMYK Percentages of Color #756b0f

%0
%9
%87
%54

Triadic Colors of #756b0f

#756b0f #0f756b #6b0f75

Analogous Colors of #756b0f

#756b0f #4c750f #75380f

Monochromatic Colors of #756b0f

#756b0f

Complementary Color

#756b0f #0f1975

#756b0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756b0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#756b0f Color CSS Codes

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

#756b0f Text Font Color

<p style="color:#756b0f">Text here</p>

This sample text font color is #756b0f
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.


#756b0f Background Color

<div style="background-color:#756b0f">
Div content here</div>

This div background color is #756b0f


#756b0f Border Color

<div style="border:3px solid #756b0f">
Div here</div>

This div border color is #756b0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,107,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #756b0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #756b0f;
  -webkit-box-shadow: 1px 1px 3px 2px #756b0f;
  box-shadow:         1px 1px 3px 2px #756b0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,107,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756b0f


Comments

No comments written yet.

Please login to write comment.