Shades of Crete #777B36
Tints of Crete #777B36
RGB
CMYK
RGB Variations
Color information
#777B36 (or 0x777B36) is known color: Crete. HEX triplet: 77, 7B and 36. RGB value is (119,123,54). Sum of RGB (Red+Green+Blue) = 119+123+54=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #777B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B36 is #8884C9. Grayscale: #727272. Windows color (decimal): -8946890 or 3570551. OLE color: 3570551.
HSL color Cylindrical-coordinate representation of color #777B36: hue angle of 63.48º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #777B36 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 54 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.52 |
| HSL | 63.48º | 0.39% | 0.35% | - |
| HSV(B) | 63.48º | 0.56% | 0.48% | - |
| XYZ | 15.36 | 18.35 | 6.22 | - |
| YUV | 113.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 54 | 0.03 | 0 | 0.56 | 0.52 | 63.48 | 0.39 | 0.35 |
| Hex | 77 | 7B | 36 | 3 | 0 | 38 | 34 | 3F | 27 | 23 |
| Octal | 167 | 173 | 66 | 3 | 0 | 70 | 64 | 77 | 47 | 43 |
| Binary | 1110111 | 1111011 | 110110 | 11 | 0 | 111000 | 110100 | 111111 | 100111 | 100011 |
Color Harmonies of #777B36
Complementary color
Monochromatic Colors of #777B36
Black with #777B36
Text Example
Text Example
White with #777B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B36; }
p { color: rgb(119,123,54); }
H1.HeaderClassName
{
color: #777B36;
}
.AnyTagClassName
{
color: #777B36;
}
</style>
background-color css
<style>
a { background-color: #777B36; }
a { background-color: rgb(119,123,54); }
div.DivClassName
{
background-color: #777B36;
}
.BgClassName
{
background-color: #777B36;
}
</style>
border-color css
<style>
span { border-color: #777B36; }
span { border-color: rgb(119,123,54); }
td.TdClassName
{
border-color: #777B36;
}
.TagClassName
{
border-color: #777B36;
}
</style>