Shades of Crete #777732
Tints of Crete #777732
RGB
CMYK
RGB Variations
Color information
#777732 (or 0x777732) is known color: Crete. HEX triplet: 77, 77 and 32. RGB value is (119,119,50). Sum of RGB (Red+Green+Blue) = 119+119+50=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777732 is #8888CD. Grayscale: #6F6F6F. Windows color (decimal): -8947918 or 3307383. OLE color: 3307383.
HSL color Cylindrical-coordinate representation of color #777732: hue angle of 60º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #777732 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 50 | - |
| CMYK | 0 | 0 | 0.58 | 0.53 |
| HSL | 60º | 0.41% | 0.33% | - |
| HSV(B) | 60º | 0.58% | 0.47% | - |
| XYZ | 14.78 | 17.35 | 5.59 | - |
| YUV | 111.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 50 | 0 | 0 | 0.58 | 0.53 | 60 | 0.41 | 0.33 |
| Hex | 77 | 77 | 32 | 0 | 0 | 3A | 35 | 3C | 29 | 21 |
| Octal | 167 | 167 | 62 | 0 | 0 | 72 | 65 | 74 | 51 | 41 |
| Binary | 1110111 | 1110111 | 110010 | 0 | 0 | 111010 | 110101 | 111100 | 101001 | 100001 |
Color Harmonies of #777732
Complementary color
Monochromatic Colors of #777732
Black with #777732
Text Example
Text Example
White with #777732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777732; }
p { color: rgb(119,119,50); }
H1.HeaderClassName
{
color: #777732;
}
.AnyTagClassName
{
color: #777732;
}
</style>
background-color css
<style>
a { background-color: #777732; }
a { background-color: rgb(119,119,50); }
div.DivClassName
{
background-color: #777732;
}
.BgClassName
{
background-color: #777732;
}
</style>
border-color css
<style>
span { border-color: #777732; }
span { border-color: rgb(119,119,50); }
td.TdClassName
{
border-color: #777732;
}
.TagClassName
{
border-color: #777732;
}
</style>