Shades of Crete #76712C
Tints of Crete #76712C
RGB
CMYK
RGB Variations
Color information
#76712C (or 0x76712C) is known color: Crete. HEX triplet: 76, 71 and 2C. RGB value is (118,113,44). Sum of RGB (Red+Green+Blue) = 118+113+44=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76712C is #898ED3. Grayscale: #6A6A6A. Windows color (decimal): -9014996 or 2912630. OLE color: 2912630.
HSL color Cylindrical-coordinate representation of color #76712C: hue angle of 55.95º 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 #76712C is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 44 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.54 |
| HSL | 55.95º | 0.46% | 0.32% | - |
| HSV(B) | 55.95º | 0.63% | 0.46% | - |
| XYZ | 13.83 | 15.84 | 4.71 | - |
| YUV | 106.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 44 | 0 | 0.04 | 0.63 | 0.54 | 55.95 | 0.46 | 0.32 |
| Hex | 76 | 71 | 2C | 0 | 4 | 3F | 36 | 38 | 2E | 20 |
| Octal | 166 | 161 | 54 | 0 | 4 | 77 | 66 | 70 | 56 | 40 |
| Binary | 1110110 | 1110001 | 101100 | 0 | 100 | 111111 | 110110 | 111000 | 101110 | 100000 |
Color Harmonies of #76712C
Complementary color
Monochromatic Colors of #76712C
Black with #76712C
Text Example
Text Example
White with #76712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76712C; }
p { color: rgb(118,113,44); }
H1.HeaderClassName
{
color: #76712C;
}
.AnyTagClassName
{
color: #76712C;
}
</style>
background-color css
<style>
a { background-color: #76712C; }
a { background-color: rgb(118,113,44); }
div.DivClassName
{
background-color: #76712C;
}
.BgClassName
{
background-color: #76712C;
}
</style>
border-color css
<style>
span { border-color: #76712C; }
span { border-color: rgb(118,113,44); }
td.TdClassName
{
border-color: #76712C;
}
.TagClassName
{
border-color: #76712C;
}
</style>