Shades of Crete #766E30
Tints of Crete #766E30
RGB
CMYK
RGB Variations
Color information
#766E30 (or 0x766E30) is known color: Crete. HEX triplet: 76, 6E and 30. RGB value is (118,110,48). Sum of RGB (Red+Green+Blue) = 118+110+48=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #766E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E30 is #8991CF. Grayscale: #696969. Windows color (decimal): -9015760 or 3174006. OLE color: 3174006.
HSL color Cylindrical-coordinate representation of color #766E30: hue angle of 53.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #766E30 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 48 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.54 |
| HSL | 53.14º | 0.42% | 0.33% | - |
| HSV(B) | 53.14º | 0.59% | 0.46% | - |
| XYZ | 13.58 | 15.22 | 5.02 | - |
| YUV | 105.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 48 | 0 | 0.07 | 0.59 | 0.54 | 53.14 | 0.42 | 0.33 |
| Hex | 76 | 6E | 30 | 0 | 7 | 3B | 36 | 35 | 2A | 21 |
| Octal | 166 | 156 | 60 | 0 | 7 | 73 | 66 | 65 | 52 | 41 |
| Binary | 1110110 | 1101110 | 110000 | 0 | 111 | 111011 | 110110 | 110101 | 101010 | 100001 |
Color Harmonies of #766E30
Complementary color
Monochromatic Colors of #766E30
Black with #766E30
Text Example
Text Example
White with #766E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E30; }
p { color: rgb(118,110,48); }
H1.HeaderClassName
{
color: #766E30;
}
.AnyTagClassName
{
color: #766E30;
}
</style>
background-color css
<style>
a { background-color: #766E30; }
a { background-color: rgb(118,110,48); }
div.DivClassName
{
background-color: #766E30;
}
.BgClassName
{
background-color: #766E30;
}
</style>
border-color css
<style>
span { border-color: #766E30; }
span { border-color: rgb(118,110,48); }
td.TdClassName
{
border-color: #766E30;
}
.TagClassName
{
border-color: #766E30;
}
</style>