Color Hex Logo

#756610 Color Hex

#756610
(117,102,16)
0 Favorites   0 Comments

Color spaces of #756610

RGB 11710216
HSL0.140.760.26
HSV51°86°46°
CMYK 0.000.130.86   0.54
XYZ12.181013.32212.4196
Yxy13.32210.43620.4771
Hunter Lab36.4995-4.303121.6192
CIE-Lab43.2446-3.277145.9172

#756610 color RGB value is (117,102,16).

#756610 hex color red value is 117, green value is 102 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #756610 hue: 0.14 , saturation: 0.76 and the lightness value of 756610 is 0.26.

The process color (four color CMYK) of #756610 color hex is 0.00, 0.13, 0.86, 0.54. Web safe color of #756610 is #666600. Color #756610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100110 00010000
Octal 165 146 20
Decimal 117 102 16
Hex 75 66 10

RGB Percentages of Color #756610

%49.79
%43.40
%6.81

CMYK Percentages of Color #756610

%0
%13
%86
%54

Triadic Colors of #756610

#756610 #107566 #661075

Analogous Colors of #756610

#756610 #527510 #753410

Monochromatic Colors of #756610

#756610

Complementary Color

#756610 #101f75

#756610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756610 Color CSS Codes

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

#756610 Text Font Color

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

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


#756610 Background Color

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

This div background color is #756610


#756610 Border Color

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

This div border color is #756610


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,102,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #756610; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #756610;
  -webkit-box-shadow: 1px 1px 3px 2px #756610;
  box-shadow:         1px 1px 3px 2px #756610; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756610


Comments

No comments written yet.

Please login to write comment.