Shades of Crete #77772D
Tints of Crete #77772D
RGB
CMYK
RGB Variations
Color information
#77772D (or 0x77772D) is known color: Crete. HEX triplet: 77, 77 and 2D. RGB value is (119,119,45). Sum of RGB (Red+Green+Blue) = 119+119+45=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77772D is #8888D2. Grayscale: #6E6E6E. Windows color (decimal): -8947923 or 2979703. OLE color: 2979703.
HSL color Cylindrical-coordinate representation of color #77772D: hue angle of 60º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77772D is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 45 | - |
| CMYK | 0 | 0 | 0.62 | 0.53 |
| HSL | 60º | 0.45% | 0.32% | - |
| HSV(B) | 60º | 0.62% | 0.47% | - |
| XYZ | 14.68 | 17.31 | 5.05 | - |
| YUV | 110.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 45 | 0 | 0 | 0.62 | 0.53 | 60 | 0.45 | 0.32 |
| Hex | 77 | 77 | 2D | 0 | 0 | 3E | 35 | 3C | 2D | 20 |
| Octal | 167 | 167 | 55 | 0 | 0 | 76 | 65 | 74 | 55 | 40 |
| Binary | 1110111 | 1110111 | 101101 | 0 | 0 | 111110 | 110101 | 111100 | 101101 | 100000 |
Color Harmonies of #77772D
Complementary color
Monochromatic Colors of #77772D
Black with #77772D
Text Example
Text Example
White with #77772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77772D; }
p { color: rgb(119,119,45); }
H1.HeaderClassName
{
color: #77772D;
}
.AnyTagClassName
{
color: #77772D;
}
</style>
background-color css
<style>
a { background-color: #77772D; }
a { background-color: rgb(119,119,45); }
div.DivClassName
{
background-color: #77772D;
}
.BgClassName
{
background-color: #77772D;
}
</style>
border-color css
<style>
span { border-color: #77772D; }
span { border-color: rgb(119,119,45); }
td.TdClassName
{
border-color: #77772D;
}
.TagClassName
{
border-color: #77772D;
}
</style>