Shades of Crete #76702A
Tints of Crete #76702A
RGB
CMYK
RGB Variations
Color information
#76702A (or 0x76702A) is known color: Crete. HEX triplet: 76, 70 and 2A. RGB value is (118,112,42). Sum of RGB (Red+Green+Blue) = 118+112+42=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #76702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76702A is #898FD5. Grayscale: #6A6A6A. Windows color (decimal): -9015254 or 2781302. OLE color: 2781302.
HSL color Cylindrical-coordinate representation of color #76702A: hue angle of 55.26º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76702A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 42 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.54 |
| HSL | 55.26º | 0.48% | 0.31% | - |
| HSV(B) | 55.26º | 0.64% | 0.46% | - |
| XYZ | 13.68 | 15.61 | 4.48 | - |
| YUV | 105.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 42 | 0 | 0.05 | 0.64 | 0.54 | 55.26 | 0.48 | 0.31 |
| Hex | 76 | 70 | 2A | 0 | 5 | 40 | 36 | 37 | 30 | 1F |
| Octal | 166 | 160 | 52 | 0 | 5 | 100 | 66 | 67 | 60 | 37 |
| Binary | 1110110 | 1110000 | 101010 | 0 | 101 | 1000000 | 110110 | 110111 | 110000 | 11111 |
Color Harmonies of #76702A
Complementary color
Monochromatic Colors of #76702A
Black with #76702A
Text Example
Text Example
White with #76702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76702A; }
p { color: rgb(118,112,42); }
H1.HeaderClassName
{
color: #76702A;
}
.AnyTagClassName
{
color: #76702A;
}
</style>
background-color css
<style>
a { background-color: #76702A; }
a { background-color: rgb(118,112,42); }
div.DivClassName
{
background-color: #76702A;
}
.BgClassName
{
background-color: #76702A;
}
</style>
border-color css
<style>
span { border-color: #76702A; }
span { border-color: rgb(118,112,42); }
td.TdClassName
{
border-color: #76702A;
}
.TagClassName
{
border-color: #76702A;
}
</style>