#766E33

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

Shades of Crete #766E33

Tints of Crete #766E33

Color information

#766E33 (or 0x766E33) is unknown color: approx Crete. HEX triplet: 76, 6E and 33. RGB value is (118,110,51). Sum of RGB (Red+Green+Blue) = 118+110+51=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #766E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E33 is #8991CC. Grayscale: #696969. Windows color (decimal): -9015757 or 3370614. OLE color: 3370614.

HSL color Cylindrical-coordinate representation of color #766E33: hue angle of 52.84º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #766E33 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB11811051-
CMYK00.070.570.54
HSL52.84º39.64%33.14%-
HSV(B)52.84º56.78%46.27%-
XYZ13.6415.245.35-
YUV105.6797.15136.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=42.29%
G=39.43%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181105100.070.570.5452.8439.6433.14
Hex766E33073936352821
Octal16615663077166655041
Binary111011011011101100110111111001110110110101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,51); }

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

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

 a { background-color: rgb(118,110,51); }

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

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

 span { border-color: rgb(118,110,51); }

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