Shades of Crete #76712F
Tints of Crete #76712F
RGB
CMYK
RGB Variations
Color information
#76712F (or 0x76712F) is known color: Crete. HEX triplet: 76, 71 and 2F. RGB value is (118,113,47). Sum of RGB (Red+Green+Blue) = 118+113+47=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76712F is #898ED0. Grayscale: #6B6B6B. Windows color (decimal): -9014993 or 3109238. OLE color: 3109238.
HSL color Cylindrical-coordinate representation of color #76712F: hue angle of 55.77º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76712F is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 47 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.54 |
| HSL | 55.77º | 0.43% | 0.32% | - |
| HSV(B) | 55.77º | 0.6% | 0.46% | - |
| XYZ | 13.89 | 15.87 | 5.02 | - |
| YUV | 106.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 47 | 0 | 0.04 | 0.60 | 0.54 | 55.77 | 0.43 | 0.32 |
| Hex | 76 | 71 | 2F | 0 | 4 | 3C | 36 | 38 | 2B | 20 |
| Octal | 166 | 161 | 57 | 0 | 4 | 74 | 66 | 70 | 53 | 40 |
| Binary | 1110110 | 1110001 | 101111 | 0 | 100 | 111100 | 110110 | 111000 | 101011 | 100000 |
Color Harmonies of #76712F
Complementary color
Monochromatic Colors of #76712F
Black with #76712F
Text Example
Text Example
White with #76712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76712F; }
p { color: rgb(118,113,47); }
H1.HeaderClassName
{
color: #76712F;
}
.AnyTagClassName
{
color: #76712F;
}
</style>
background-color css
<style>
a { background-color: #76712F; }
a { background-color: rgb(118,113,47); }
div.DivClassName
{
background-color: #76712F;
}
.BgClassName
{
background-color: #76712F;
}
</style>
border-color css
<style>
span { border-color: #76712F; }
span { border-color: rgb(118,113,47); }
td.TdClassName
{
border-color: #76712F;
}
.TagClassName
{
border-color: #76712F;
}
</style>