Shades of Crete #777128
Tints of Crete #777128
RGB
CMYK
RGB Variations
Color information
#777128 (or 0x777128) is known color: Crete. HEX triplet: 77, 71 and 28. RGB value is (119,113,40). Sum of RGB (Red+Green+Blue) = 119+113+40=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #777128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777128 is #888ED7. Grayscale: #6A6A6A. Windows color (decimal): -8949464 or 2650487. OLE color: 2650487.
HSL color Cylindrical-coordinate representation of color #777128: hue angle of 55.44º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #777128 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 40 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.53 |
| HSL | 55.44º | 0.5% | 0.31% | - |
| HSV(B) | 55.44º | 0.66% | 0.47% | - |
| XYZ | 13.9 | 15.89 | 4.34 | - |
| YUV | 106.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 40 | 0 | 0.05 | 0.66 | 0.53 | 55.44 | 0.5 | 0.31 |
| Hex | 77 | 71 | 28 | 0 | 5 | 42 | 35 | 37 | 32 | 1F |
| Octal | 167 | 161 | 50 | 0 | 5 | 102 | 65 | 67 | 62 | 37 |
| Binary | 1110111 | 1110001 | 101000 | 0 | 101 | 1000010 | 110101 | 110111 | 110010 | 11111 |
Color Harmonies of #777128
Complementary color
Monochromatic Colors of #777128
Black with #777128
Text Example
Text Example
White with #777128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777128; }
p { color: rgb(119,113,40); }
H1.HeaderClassName
{
color: #777128;
}
.AnyTagClassName
{
color: #777128;
}
</style>
background-color css
<style>
a { background-color: #777128; }
a { background-color: rgb(119,113,40); }
div.DivClassName
{
background-color: #777128;
}
.BgClassName
{
background-color: #777128;
}
</style>
border-color css
<style>
span { border-color: #777128; }
span { border-color: rgb(119,113,40); }
td.TdClassName
{
border-color: #777128;
}
.TagClassName
{
border-color: #777128;
}
</style>