Shades of Crete #777B3E
Tints of Crete #777B3E
RGB
CMYK
RGB Variations
Color information
#777B3E (or 0x777B3E) is known color: Crete. HEX triplet: 77, 7B and 3E. RGB value is (119,123,62). Sum of RGB (Red+Green+Blue) = 119+123+62=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #777B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B3E is #8884C1. Grayscale: #737373. Windows color (decimal): -8946882 or 4094839. OLE color: 4094839.
HSL color Cylindrical-coordinate representation of color #777B3E: hue angle of 63.93º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #777B3E is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 62 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.52 |
| HSL | 63.93º | 0.33% | 0.36% | - |
| HSV(B) | 63.93º | 0.5% | 0.48% | - |
| XYZ | 15.56 | 18.44 | 7.3 | - |
| YUV | 114.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 62 | 0.03 | 0 | 0.50 | 0.52 | 63.93 | 0.33 | 0.36 |
| Hex | 77 | 7B | 3E | 3 | 0 | 32 | 34 | 40 | 21 | 24 |
| Octal | 167 | 173 | 76 | 3 | 0 | 62 | 64 | 100 | 41 | 44 |
| Binary | 1110111 | 1111011 | 111110 | 11 | 0 | 110010 | 110100 | 1000000 | 100001 | 100100 |
Color Harmonies of #777B3E
Complementary color
Monochromatic Colors of #777B3E
Black with #777B3E
Text Example
Text Example
White with #777B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B3E; }
p { color: rgb(119,123,62); }
H1.HeaderClassName
{
color: #777B3E;
}
.AnyTagClassName
{
color: #777B3E;
}
</style>
background-color css
<style>
a { background-color: #777B3E; }
a { background-color: rgb(119,123,62); }
div.DivClassName
{
background-color: #777B3E;
}
.BgClassName
{
background-color: #777B3E;
}
</style>
border-color css
<style>
span { border-color: #777B3E; }
span { border-color: rgb(119,123,62); }
td.TdClassName
{
border-color: #777B3E;
}
.TagClassName
{
border-color: #777B3E;
}
</style>