Shades of Crete #766E37
Tints of Crete #766E37
RGB
CMYK
RGB Variations
Color information
#766E37 (or 0x766E37) is known color: Crete. HEX triplet: 76, 6E and 37. RGB value is (118,110,55). Sum of RGB (Red+Green+Blue) = 118+110+55=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E37 is #8991C8. Grayscale: #6A6A6A. Windows color (decimal): -9015753 or 3632758. OLE color: 3632758.
HSL color Cylindrical-coordinate representation of color #766E37: hue angle of 52.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766E37 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 55 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.54 |
| HSL | 52.38º | 0.36% | 0.34% | - |
| HSV(B) | 52.38º | 0.53% | 0.46% | - |
| XYZ | 13.74 | 15.28 | 5.84 | - |
| YUV | 106.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 55 | 0 | 0.07 | 0.53 | 0.54 | 52.38 | 0.36 | 0.34 |
| Hex | 76 | 6E | 37 | 0 | 7 | 35 | 36 | 34 | 24 | 22 |
| Octal | 166 | 156 | 67 | 0 | 7 | 65 | 66 | 64 | 44 | 42 |
| Binary | 1110110 | 1101110 | 110111 | 0 | 111 | 110101 | 110110 | 110100 | 100100 | 100010 |
Color Harmonies of #766E37
Complementary color
Monochromatic Colors of #766E37
Black with #766E37
Text Example
Text Example
White with #766E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E37; }
p { color: rgb(118,110,55); }
H1.HeaderClassName
{
color: #766E37;
}
.AnyTagClassName
{
color: #766E37;
}
</style>
background-color css
<style>
a { background-color: #766E37; }
a { background-color: rgb(118,110,55); }
div.DivClassName
{
background-color: #766E37;
}
.BgClassName
{
background-color: #766E37;
}
</style>
border-color css
<style>
span { border-color: #766E37; }
span { border-color: rgb(118,110,55); }
td.TdClassName
{
border-color: #766E37;
}
.TagClassName
{
border-color: #766E37;
}
</style>