Shades of Crete #777A3B
Tints of Crete #777A3B
RGB
CMYK
RGB Variations
Color information
#777A3B (or 0x777A3B) is known color: Crete. HEX triplet: 77, 7A and 3B. RGB value is (119,122,59). Sum of RGB (Red+Green+Blue) = 119+122+59=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #777A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A3B is #8885C4. Grayscale: #727272. Windows color (decimal): -8947141 or 3897975. OLE color: 3897975.
HSL color Cylindrical-coordinate representation of color #777A3B: hue angle of 62.86º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777A3B is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 59 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.52 |
| HSL | 62.86º | 0.35% | 0.35% | - |
| HSV(B) | 62.86º | 0.52% | 0.48% | - |
| XYZ | 15.36 | 18.16 | 6.83 | - |
| YUV | 113.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 59 | 0.02 | 0 | 0.52 | 0.52 | 62.86 | 0.35 | 0.35 |
| Hex | 77 | 7A | 3B | 2 | 0 | 34 | 34 | 3F | 23 | 23 |
| Octal | 167 | 172 | 73 | 2 | 0 | 64 | 64 | 77 | 43 | 43 |
| Binary | 1110111 | 1111010 | 111011 | 10 | 0 | 110100 | 110100 | 111111 | 100011 | 100011 |
Color Harmonies of #777A3B
Complementary color
Monochromatic Colors of #777A3B
Black with #777A3B
Text Example
Text Example
White with #777A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A3B; }
p { color: rgb(119,122,59); }
H1.HeaderClassName
{
color: #777A3B;
}
.AnyTagClassName
{
color: #777A3B;
}
</style>
background-color css
<style>
a { background-color: #777A3B; }
a { background-color: rgb(119,122,59); }
div.DivClassName
{
background-color: #777A3B;
}
.BgClassName
{
background-color: #777A3B;
}
</style>
border-color css
<style>
span { border-color: #777A3B; }
span { border-color: rgb(119,122,59); }
td.TdClassName
{
border-color: #777A3B;
}
.TagClassName
{
border-color: #777A3B;
}
</style>