Shades of Crete #77772F
Tints of Crete #77772F
RGB
CMYK
RGB Variations
Color information
#77772F (or 0x77772F) is known color: Crete. HEX triplet: 77, 77 and 2F. RGB value is (119,119,47). Sum of RGB (Red+Green+Blue) = 119+119+47=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77772F is #8888D0. Grayscale: #6F6F6F. Windows color (decimal): -8947921 or 3110775. OLE color: 3110775.
HSL color Cylindrical-coordinate representation of color #77772F: hue angle of 60º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77772F is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 47 | - |
| CMYK | 0 | 0 | 0.61 | 0.53 |
| HSL | 60º | 0.43% | 0.33% | - |
| HSV(B) | 60º | 0.61% | 0.47% | - |
| XYZ | 14.72 | 17.32 | 5.26 | - |
| YUV | 110.79 | 92 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 47 | 0 | 0 | 0.61 | 0.53 | 60 | 0.43 | 0.33 |
| Hex | 77 | 77 | 2F | 0 | 0 | 3D | 35 | 3C | 2B | 21 |
| Octal | 167 | 167 | 57 | 0 | 0 | 75 | 65 | 74 | 53 | 41 |
| Binary | 1110111 | 1110111 | 101111 | 0 | 0 | 111101 | 110101 | 111100 | 101011 | 100001 |
Color Harmonies of #77772F
Complementary color
Monochromatic Colors of #77772F
Black with #77772F
Text Example
Text Example
White with #77772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77772F; }
p { color: rgb(119,119,47); }
H1.HeaderClassName
{
color: #77772F;
}
.AnyTagClassName
{
color: #77772F;
}
</style>
background-color css
<style>
a { background-color: #77772F; }
a { background-color: rgb(119,119,47); }
div.DivClassName
{
background-color: #77772F;
}
.BgClassName
{
background-color: #77772F;
}
</style>
border-color css
<style>
span { border-color: #77772F; }
span { border-color: rgb(119,119,47); }
td.TdClassName
{
border-color: #77772F;
}
.TagClassName
{
border-color: #77772F;
}
</style>