#766D39

Color #766D39 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #766D39

Tints of Crete #766D39

Color information

#766D39 (or 0x766D39) is unknown color: approx Crete. HEX triplet: 76, 6D and 39. RGB value is (118,109,57). Sum of RGB (Red+Green+Blue) = 118+109+57=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #766D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D39 is #8992C6. Grayscale: #696969. Windows color (decimal): -9016007 or 3763574. OLE color: 3763574.

HSL color Cylindrical-coordinate representation of color #766D39: hue angle of 51.15º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #766D39 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB11810957-
CMYK00.080.520.54
HSL51.15º34.86%34.31%-
HSV(B)51.15º51.69%46.27%-
XYZ13.6815.086.06-
YUV105.76100.48136.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 57 (22.66% from 255) = 20.07%
R=41.55%
G=38.38%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181095700.080.520.5451.1534.8634.31
Hex766D39083436332322
Octal166155710106466634342
Binary1110110110110111100101000110100110110110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766D39; }

 p { color: rgb(118,109,57); }

 H1.HeaderClassName
 {
   color: #766D39;
 }
 .AnyTagClassName
 {
   color: #766D39;
 }
</style>
background-color css

<style>
 a { background-color: #766D39; }

 a { background-color: rgb(118,109,57); }

 div.DivClassName
 {
   background-color: #766D39;
 }
 .BgClassName
 {
   background-color: #766D39;
 }
</style>
border-color css

<style>
 span { border-color: #766D39; }

 span { border-color: rgb(118,109,57); }

 td.TdClassName
 {
   border-color: #766D39;
 }
 .TagClassName
 {
   border-color: #766D39;
 }
</style>