Shades of Crete #777B2F
Tints of Crete #777B2F
RGB
CMYK
RGB Variations
Color information
#777B2F (or 0x777B2F) is known color: Crete. HEX triplet: 77, 7B and 2F. RGB value is (119,123,47). Sum of RGB (Red+Green+Blue) = 119+123+47=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #777B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B2F is #8884D0. Grayscale: #717171. Windows color (decimal): -8946897 or 3111799. OLE color: 3111799.
HSL color Cylindrical-coordinate representation of color #777B2F: hue angle of 63.16º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #777B2F is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 47 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.52 |
| HSL | 63.16º | 0.45% | 0.33% | - |
| HSV(B) | 63.16º | 0.62% | 0.48% | - |
| XYZ | 15.2 | 18.29 | 5.42 | - |
| YUV | 113.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 47 | 0.03 | 0 | 0.62 | 0.52 | 63.16 | 0.45 | 0.33 |
| Hex | 77 | 7B | 2F | 3 | 0 | 3E | 34 | 3F | 2D | 21 |
| Octal | 167 | 173 | 57 | 3 | 0 | 76 | 64 | 77 | 55 | 41 |
| Binary | 1110111 | 1111011 | 101111 | 11 | 0 | 111110 | 110100 | 111111 | 101101 | 100001 |
Color Harmonies of #777B2F
Complementary color
Monochromatic Colors of #777B2F
Black with #777B2F
Text Example
Text Example
White with #777B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B2F; }
p { color: rgb(119,123,47); }
H1.HeaderClassName
{
color: #777B2F;
}
.AnyTagClassName
{
color: #777B2F;
}
</style>
background-color css
<style>
a { background-color: #777B2F; }
a { background-color: rgb(119,123,47); }
div.DivClassName
{
background-color: #777B2F;
}
.BgClassName
{
background-color: #777B2F;
}
</style>
border-color css
<style>
span { border-color: #777B2F; }
span { border-color: rgb(119,123,47); }
td.TdClassName
{
border-color: #777B2F;
}
.TagClassName
{
border-color: #777B2F;
}
</style>