Shades of Crete #76773F
Tints of Crete #76773F
RGB
CMYK
RGB Variations
Color information
#76773F (or 0x76773F) is known color: Crete. HEX triplet: 76, 77 and 3F. RGB value is (118,119,63). Sum of RGB (Red+Green+Blue) = 118+119+63=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #76773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76773F is #8988C0. Grayscale: #707070. Windows color (decimal): -9013441 or 4159350. OLE color: 4159350.
HSL color Cylindrical-coordinate representation of color #76773F: hue angle of 61.07º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76773F is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 63 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.53 |
| HSL | 61.07º | 0.31% | 0.36% | - |
| HSV(B) | 61.07º | 0.47% | 0.47% | - |
| XYZ | 14.97 | 17.4 | 7.27 | - |
| YUV | 112.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 63 | 0.01 | 0 | 0.47 | 0.53 | 61.07 | 0.31 | 0.36 |
| Hex | 76 | 77 | 3F | 1 | 0 | 2F | 35 | 3D | 1F | 24 |
| Octal | 166 | 167 | 77 | 1 | 0 | 57 | 65 | 75 | 37 | 44 |
| Binary | 1110110 | 1110111 | 111111 | 1 | 0 | 101111 | 110101 | 111101 | 11111 | 100100 |
Color Harmonies of #76773F
Complementary color
Monochromatic Colors of #76773F
Black with #76773F
Text Example
Text Example
White with #76773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76773F; }
p { color: rgb(118,119,63); }
H1.HeaderClassName
{
color: #76773F;
}
.AnyTagClassName
{
color: #76773F;
}
</style>
background-color css
<style>
a { background-color: #76773F; }
a { background-color: rgb(118,119,63); }
div.DivClassName
{
background-color: #76773F;
}
.BgClassName
{
background-color: #76773F;
}
</style>
border-color css
<style>
span { border-color: #76773F; }
span { border-color: rgb(118,119,63); }
td.TdClassName
{
border-color: #76773F;
}
.TagClassName
{
border-color: #76773F;
}
</style>