Shades of Crete #76713B
Tints of Crete #76713B
RGB
CMYK
RGB Variations
Color information
#76713B (or 0x76713B) is known color: Crete. HEX triplet: 76, 71 and 3B. RGB value is (118,113,59). Sum of RGB (Red+Green+Blue) = 118+113+59=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #76713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76713B is #898EC4. Grayscale: #6C6C6C. Windows color (decimal): -9014981 or 3895670. OLE color: 3895670.
HSL color Cylindrical-coordinate representation of color #76713B: hue angle of 54.92º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76713B is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 59 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.54 |
| HSL | 54.92º | 0.33% | 0.35% | - |
| HSV(B) | 54.92º | 0.5% | 0.46% | - |
| XYZ | 14.17 | 15.98 | 6.48 | - |
| YUV | 108.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 59 | 0 | 0.04 | 0.50 | 0.54 | 54.92 | 0.33 | 0.35 |
| Hex | 76 | 71 | 3B | 0 | 4 | 32 | 36 | 37 | 21 | 23 |
| Octal | 166 | 161 | 73 | 0 | 4 | 62 | 66 | 67 | 41 | 43 |
| Binary | 1110110 | 1110001 | 111011 | 0 | 100 | 110010 | 110110 | 110111 | 100001 | 100011 |
Color Harmonies of #76713B
Complementary color
Monochromatic Colors of #76713B
Black with #76713B
Text Example
Text Example
White with #76713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76713B; }
p { color: rgb(118,113,59); }
H1.HeaderClassName
{
color: #76713B;
}
.AnyTagClassName
{
color: #76713B;
}
</style>
background-color css
<style>
a { background-color: #76713B; }
a { background-color: rgb(118,113,59); }
div.DivClassName
{
background-color: #76713B;
}
.BgClassName
{
background-color: #76713B;
}
</style>
border-color css
<style>
span { border-color: #76713B; }
span { border-color: rgb(118,113,59); }
td.TdClassName
{
border-color: #76713B;
}
.TagClassName
{
border-color: #76713B;
}
</style>