Shades of Crete #76732C
Tints of Crete #76732C
RGB
CMYK
RGB Variations
Color information
#76732C (or 0x76732C) is known color: Crete. HEX triplet: 76, 73 and 2C. RGB value is (118,115,44). Sum of RGB (Red+Green+Blue) = 118+115+44=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76732C is #898CD3. Grayscale: #6C6C6C. Windows color (decimal): -9014484 or 2913142. OLE color: 2913142.
HSL color Cylindrical-coordinate representation of color #76732C: hue angle of 57.57º 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 #76732C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 44 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.54 |
| HSL | 57.57º | 0.46% | 0.32% | - |
| HSV(B) | 57.57º | 0.63% | 0.46% | - |
| XYZ | 14.06 | 16.29 | 4.79 | - |
| YUV | 107.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 44 | 0 | 0.03 | 0.63 | 0.54 | 57.57 | 0.46 | 0.32 |
| Hex | 76 | 73 | 2C | 0 | 3 | 3F | 36 | 3A | 2E | 20 |
| Octal | 166 | 163 | 54 | 0 | 3 | 77 | 66 | 72 | 56 | 40 |
| Binary | 1110110 | 1110011 | 101100 | 0 | 11 | 111111 | 110110 | 111010 | 101110 | 100000 |
Color Harmonies of #76732C
Complementary color
Monochromatic Colors of #76732C
Black with #76732C
Text Example
Text Example
White with #76732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76732C; }
p { color: rgb(118,115,44); }
H1.HeaderClassName
{
color: #76732C;
}
.AnyTagClassName
{
color: #76732C;
}
</style>
background-color css
<style>
a { background-color: #76732C; }
a { background-color: rgb(118,115,44); }
div.DivClassName
{
background-color: #76732C;
}
.BgClassName
{
background-color: #76732C;
}
</style>
border-color css
<style>
span { border-color: #76732C; }
span { border-color: rgb(118,115,44); }
td.TdClassName
{
border-color: #76732C;
}
.TagClassName
{
border-color: #76732C;
}
</style>