Shades of Crete #76783F
Tints of Crete #76783F
RGB
CMYK
RGB Variations
Color information
#76783F (or 0x76783F) is known color: Crete. HEX triplet: 76, 78 and 3F. RGB value is (118,120,63). Sum of RGB (Red+Green+Blue) = 118+120+63=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #76783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76783F is #8987C0. Grayscale: #717171. Windows color (decimal): -9013185 or 4159606. OLE color: 4159606.
HSL color Cylindrical-coordinate representation of color #76783F: hue angle of 62.11º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76783F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 63 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.53 |
| HSL | 62.11º | 0.31% | 0.36% | - |
| HSV(B) | 62.11º | 0.48% | 0.47% | - |
| XYZ | 15.08 | 17.64 | 7.31 | - |
| YUV | 112.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 63 | 0.02 | 0 | 0.48 | 0.53 | 62.11 | 0.31 | 0.36 |
| Hex | 76 | 78 | 3F | 2 | 0 | 30 | 35 | 3E | 1F | 24 |
| Octal | 166 | 170 | 77 | 2 | 0 | 60 | 65 | 76 | 37 | 44 |
| Binary | 1110110 | 1111000 | 111111 | 10 | 0 | 110000 | 110101 | 111110 | 11111 | 100100 |
Color Harmonies of #76783F
Complementary color
Monochromatic Colors of #76783F
Black with #76783F
Text Example
Text Example
White with #76783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76783F; }
p { color: rgb(118,120,63); }
H1.HeaderClassName
{
color: #76783F;
}
.AnyTagClassName
{
color: #76783F;
}
</style>
background-color css
<style>
a { background-color: #76783F; }
a { background-color: rgb(118,120,63); }
div.DivClassName
{
background-color: #76783F;
}
.BgClassName
{
background-color: #76783F;
}
</style>
border-color css
<style>
span { border-color: #76783F; }
span { border-color: rgb(118,120,63); }
td.TdClassName
{
border-color: #76783F;
}
.TagClassName
{
border-color: #76783F;
}
</style>