Shades of Crete #77783F
Tints of Crete #77783F
RGB
CMYK
RGB Variations
Color information
#77783F (or 0x77783F) is known color: Crete. HEX triplet: 77, 78 and 3F. RGB value is (119,120,63). Sum of RGB (Red+Green+Blue) = 119+120+63=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #77783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77783F is #8887C0. Grayscale: #717171. Windows color (decimal): -8947649 or 4159607. OLE color: 4159607.
HSL color Cylindrical-coordinate representation of color #77783F: hue angle of 61.05º 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 #77783F is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 63 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.53 |
| HSL | 61.05º | 0.31% | 0.36% | - |
| HSV(B) | 61.05º | 0.48% | 0.47% | - |
| XYZ | 15.22 | 17.71 | 7.32 | - |
| YUV | 113.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 63 | 0.01 | 0 | 0.48 | 0.53 | 61.05 | 0.31 | 0.36 |
| Hex | 77 | 78 | 3F | 1 | 0 | 30 | 35 | 3D | 1F | 24 |
| Octal | 167 | 170 | 77 | 1 | 0 | 60 | 65 | 75 | 37 | 44 |
| Binary | 1110111 | 1111000 | 111111 | 1 | 0 | 110000 | 110101 | 111101 | 11111 | 100100 |
Color Harmonies of #77783F
Complementary color
Monochromatic Colors of #77783F
Black with #77783F
Text Example
Text Example
White with #77783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77783F; }
p { color: rgb(119,120,63); }
H1.HeaderClassName
{
color: #77783F;
}
.AnyTagClassName
{
color: #77783F;
}
</style>
background-color css
<style>
a { background-color: #77783F; }
a { background-color: rgb(119,120,63); }
div.DivClassName
{
background-color: #77783F;
}
.BgClassName
{
background-color: #77783F;
}
</style>
border-color css
<style>
span { border-color: #77783F; }
span { border-color: rgb(119,120,63); }
td.TdClassName
{
border-color: #77783F;
}
.TagClassName
{
border-color: #77783F;
}
</style>