Shades of Crete #766E35
Tints of Crete #766E35
RGB
CMYK
RGB Variations
Color information
#766E35 (or 0x766E35) is known color: Crete. HEX triplet: 76, 6E and 35. RGB value is (118,110,53). Sum of RGB (Red+Green+Blue) = 118+110+53=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #766E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E35 is #8991CA. Grayscale: #6A6A6A. Windows color (decimal): -9015755 or 3501686. OLE color: 3501686.
HSL color Cylindrical-coordinate representation of color #766E35: hue angle of 52.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766E35 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 53 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.54 |
| HSL | 52.62º | 0.38% | 0.34% | - |
| HSV(B) | 52.62º | 0.55% | 0.46% | - |
| XYZ | 13.69 | 15.26 | 5.59 | - |
| YUV | 105.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 53 | 0 | 0.07 | 0.55 | 0.54 | 52.62 | 0.38 | 0.34 |
| Hex | 76 | 6E | 35 | 0 | 7 | 37 | 36 | 35 | 26 | 22 |
| Octal | 166 | 156 | 65 | 0 | 7 | 67 | 66 | 65 | 46 | 42 |
| Binary | 1110110 | 1101110 | 110101 | 0 | 111 | 110111 | 110110 | 110101 | 100110 | 100010 |
Color Harmonies of #766E35
Complementary color
Monochromatic Colors of #766E35
Black with #766E35
Text Example
Text Example
White with #766E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E35; }
p { color: rgb(118,110,53); }
H1.HeaderClassName
{
color: #766E35;
}
.AnyTagClassName
{
color: #766E35;
}
</style>
background-color css
<style>
a { background-color: #766E35; }
a { background-color: rgb(118,110,53); }
div.DivClassName
{
background-color: #766E35;
}
.BgClassName
{
background-color: #766E35;
}
</style>
border-color css
<style>
span { border-color: #766E35; }
span { border-color: rgb(118,110,53); }
td.TdClassName
{
border-color: #766E35;
}
.TagClassName
{
border-color: #766E35;
}
</style>