Shades of Crete #76722C
Tints of Crete #76722C
RGB
CMYK
RGB Variations
Color information
#76722C (or 0x76722C) is known color: Crete. HEX triplet: 76, 72 and 2C. RGB value is (118,114,44). Sum of RGB (Red+Green+Blue) = 118+114+44=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76722C is #898DD3. Grayscale: #6B6B6B. Windows color (decimal): -9014740 or 2912886. OLE color: 2912886.
HSL color Cylindrical-coordinate representation of color #76722C: hue angle of 56.76º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76722C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 44 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.54 |
| HSL | 56.76º | 0.46% | 0.32% | - |
| HSV(B) | 56.76º | 0.63% | 0.46% | - |
| XYZ | 13.94 | 16.07 | 4.75 | - |
| YUV | 107.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 44 | 0 | 0.03 | 0.63 | 0.54 | 56.76 | 0.46 | 0.32 |
| Hex | 76 | 72 | 2C | 0 | 3 | 3F | 36 | 39 | 2E | 20 |
| Octal | 166 | 162 | 54 | 0 | 3 | 77 | 66 | 71 | 56 | 40 |
| Binary | 1110110 | 1110010 | 101100 | 0 | 11 | 111111 | 110110 | 111001 | 101110 | 100000 |
Color Harmonies of #76722C
Complementary color
Monochromatic Colors of #76722C
Black with #76722C
Text Example
Text Example
White with #76722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76722C; }
p { color: rgb(118,114,44); }
H1.HeaderClassName
{
color: #76722C;
}
.AnyTagClassName
{
color: #76722C;
}
</style>
background-color css
<style>
a { background-color: #76722C; }
a { background-color: rgb(118,114,44); }
div.DivClassName
{
background-color: #76722C;
}
.BgClassName
{
background-color: #76722C;
}
</style>
border-color css
<style>
span { border-color: #76722C; }
span { border-color: rgb(118,114,44); }
td.TdClassName
{
border-color: #76722C;
}
.TagClassName
{
border-color: #76722C;
}
</style>