Shades of Crete #777B32
Tints of Crete #777B32
RGB
CMYK
RGB Variations
Color information
#777B32 (or 0x777B32) is known color: Crete. HEX triplet: 77, 7B and 32. RGB value is (119,123,50). Sum of RGB (Red+Green+Blue) = 119+123+50=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #777B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B32 is #8884CD. Grayscale: #717171. Windows color (decimal): -8946894 or 3308407. OLE color: 3308407.
HSL color Cylindrical-coordinate representation of color #777B32: hue angle of 63.29º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #777B32 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 50 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.52 |
| HSL | 63.29º | 0.42% | 0.34% | - |
| HSV(B) | 63.29º | 0.59% | 0.48% | - |
| XYZ | 15.27 | 18.32 | 5.75 | - |
| YUV | 113.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 50 | 0.03 | 0 | 0.59 | 0.52 | 63.29 | 0.42 | 0.34 |
| Hex | 77 | 7B | 32 | 3 | 0 | 3B | 34 | 3F | 2A | 22 |
| Octal | 167 | 173 | 62 | 3 | 0 | 73 | 64 | 77 | 52 | 42 |
| Binary | 1110111 | 1111011 | 110010 | 11 | 0 | 111011 | 110100 | 111111 | 101010 | 100010 |
Color Harmonies of #777B32
Complementary color
Monochromatic Colors of #777B32
Black with #777B32
Text Example
Text Example
White with #777B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B32; }
p { color: rgb(119,123,50); }
H1.HeaderClassName
{
color: #777B32;
}
.AnyTagClassName
{
color: #777B32;
}
</style>
background-color css
<style>
a { background-color: #777B32; }
a { background-color: rgb(119,123,50); }
div.DivClassName
{
background-color: #777B32;
}
.BgClassName
{
background-color: #777B32;
}
</style>
border-color css
<style>
span { border-color: #777B32; }
span { border-color: rgb(119,123,50); }
td.TdClassName
{
border-color: #777B32;
}
.TagClassName
{
border-color: #777B32;
}
</style>