Shades of Crete #76762C
Tints of Crete #76762C
RGB
CMYK
RGB Variations
Color information
#76762C (or 0x76762C) is known color: Crete. HEX triplet: 76, 76 and 2C. RGB value is (118,118,44). Sum of RGB (Red+Green+Blue) = 118+118+44=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76762C is #8989D3. Grayscale: #6D6D6D. Windows color (decimal): -9013716 or 2913910. OLE color: 2913910.
HSL color Cylindrical-coordinate representation of color #76762C: hue angle of 60º 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 #76762C is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 44 | - |
| CMYK | 0 | 0 | 0.63 | 0.54 |
| HSL | 60º | 0.46% | 0.32% | - |
| HSV(B) | 60º | 0.63% | 0.46% | - |
| XYZ | 14.4 | 16.99 | 4.9 | - |
| YUV | 109.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 44 | 0 | 0 | 0.63 | 0.54 | 60 | 0.46 | 0.32 |
| Hex | 76 | 76 | 2C | 0 | 0 | 3F | 36 | 3C | 2E | 20 |
| Octal | 166 | 166 | 54 | 0 | 0 | 77 | 66 | 74 | 56 | 40 |
| Binary | 1110110 | 1110110 | 101100 | 0 | 0 | 111111 | 110110 | 111100 | 101110 | 100000 |
Color Harmonies of #76762C
Complementary color
Monochromatic Colors of #76762C
Black with #76762C
Text Example
Text Example
White with #76762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76762C; }
p { color: rgb(118,118,44); }
H1.HeaderClassName
{
color: #76762C;
}
.AnyTagClassName
{
color: #76762C;
}
</style>
background-color css
<style>
a { background-color: #76762C; }
a { background-color: rgb(118,118,44); }
div.DivClassName
{
background-color: #76762C;
}
.BgClassName
{
background-color: #76762C;
}
</style>
border-color css
<style>
span { border-color: #76762C; }
span { border-color: rgb(118,118,44); }
td.TdClassName
{
border-color: #76762C;
}
.TagClassName
{
border-color: #76762C;
}
</style>