Shades of Crete #766D36
Tints of Crete #766D36
RGB
CMYK
RGB Variations
Color information
#766D36 (or 0x766D36) is known color: Crete. HEX triplet: 76, 6D and 36. RGB value is (118,109,54). Sum of RGB (Red+Green+Blue) = 118+109+54=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #766D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D36 is #8992C9. Grayscale: #696969. Windows color (decimal): -9016010 or 3566966. OLE color: 3566966.
HSL color Cylindrical-coordinate representation of color #766D36: hue angle of 51.56º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766D36 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 54 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.54 |
| HSL | 51.56º | 0.37% | 0.34% | - |
| HSV(B) | 51.56º | 0.54% | 0.46% | - |
| XYZ | 13.61 | 15.06 | 5.68 | - |
| YUV | 105.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 54 | 0 | 0.08 | 0.54 | 0.54 | 51.56 | 0.37 | 0.34 |
| Hex | 76 | 6D | 36 | 0 | 8 | 36 | 36 | 34 | 25 | 22 |
| Octal | 166 | 155 | 66 | 0 | 10 | 66 | 66 | 64 | 45 | 42 |
| Binary | 1110110 | 1101101 | 110110 | 0 | 1000 | 110110 | 110110 | 110100 | 100101 | 100010 |
Color Harmonies of #766D36
Complementary color
Monochromatic Colors of #766D36
Black with #766D36
Text Example
Text Example
White with #766D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D36; }
p { color: rgb(118,109,54); }
H1.HeaderClassName
{
color: #766D36;
}
.AnyTagClassName
{
color: #766D36;
}
</style>
background-color css
<style>
a { background-color: #766D36; }
a { background-color: rgb(118,109,54); }
div.DivClassName
{
background-color: #766D36;
}
.BgClassName
{
background-color: #766D36;
}
</style>
border-color css
<style>
span { border-color: #766D36; }
span { border-color: rgb(118,109,54); }
td.TdClassName
{
border-color: #766D36;
}
.TagClassName
{
border-color: #766D36;
}
</style>