Shades of Crete #777A34
Tints of Crete #777A34
RGB
CMYK
RGB Variations
Color information
#777A34 (or 0x777A34) is known color: Crete. HEX triplet: 77, 7A and 34. RGB value is (119,122,52). Sum of RGB (Red+Green+Blue) = 119+122+52=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #777A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A34 is #8885CB. Grayscale: #717171. Windows color (decimal): -8947148 or 3439223. OLE color: 3439223.
HSL color Cylindrical-coordinate representation of color #777A34: hue angle of 62.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #777A34 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 52 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.52 |
| HSL | 62.57º | 0.4% | 0.34% | - |
| HSV(B) | 62.57º | 0.57% | 0.48% | - |
| XYZ | 15.19 | 18.09 | 5.94 | - |
| YUV | 113.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 52 | 0.02 | 0 | 0.57 | 0.52 | 62.57 | 0.4 | 0.34 |
| Hex | 77 | 7A | 34 | 2 | 0 | 39 | 34 | 3F | 28 | 22 |
| Octal | 167 | 172 | 64 | 2 | 0 | 71 | 64 | 77 | 50 | 42 |
| Binary | 1110111 | 1111010 | 110100 | 10 | 0 | 111001 | 110100 | 111111 | 101000 | 100010 |
Color Harmonies of #777A34
Complementary color
Monochromatic Colors of #777A34
Black with #777A34
Text Example
Text Example
White with #777A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A34; }
p { color: rgb(119,122,52); }
H1.HeaderClassName
{
color: #777A34;
}
.AnyTagClassName
{
color: #777A34;
}
</style>
background-color css
<style>
a { background-color: #777A34; }
a { background-color: rgb(119,122,52); }
div.DivClassName
{
background-color: #777A34;
}
.BgClassName
{
background-color: #777A34;
}
</style>
border-color css
<style>
span { border-color: #777A34; }
span { border-color: rgb(119,122,52); }
td.TdClassName
{
border-color: #777A34;
}
.TagClassName
{
border-color: #777A34;
}
</style>