Shades of Crete #777B38
Tints of Crete #777B38
RGB
CMYK
RGB Variations
Color information
#777B38 (or 0x777B38) is known color: Crete. HEX triplet: 77, 7B and 38. RGB value is (119,123,56). Sum of RGB (Red+Green+Blue) = 119+123+56=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #777B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777B38 is #8884C7. Grayscale: #727272. Windows color (decimal): -8946888 or 3701623. OLE color: 3701623.
HSL color Cylindrical-coordinate representation of color #777B38: hue angle of 63.58º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #777B38 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 123 | 56 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.52 |
| HSL | 63.58º | 0.37% | 0.35% | - |
| HSV(B) | 63.58º | 0.54% | 0.48% | - |
| XYZ | 15.4 | 18.37 | 6.48 | - |
| YUV | 114.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 56 | 0.03 | 0 | 0.54 | 0.52 | 63.58 | 0.37 | 0.35 |
| Hex | 77 | 7B | 38 | 3 | 0 | 36 | 34 | 40 | 25 | 23 |
| Octal | 167 | 173 | 70 | 3 | 0 | 66 | 64 | 100 | 45 | 43 |
| Binary | 1110111 | 1111011 | 111000 | 11 | 0 | 110110 | 110100 | 1000000 | 100101 | 100011 |
Color Harmonies of #777B38
Complementary color
Monochromatic Colors of #777B38
Black with #777B38
Text Example
Text Example
White with #777B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B38; }
p { color: rgb(119,123,56); }
H1.HeaderClassName
{
color: #777B38;
}
.AnyTagClassName
{
color: #777B38;
}
</style>
background-color css
<style>
a { background-color: #777B38; }
a { background-color: rgb(119,123,56); }
div.DivClassName
{
background-color: #777B38;
}
.BgClassName
{
background-color: #777B38;
}
</style>
border-color css
<style>
span { border-color: #777B38; }
span { border-color: rgb(119,123,56); }
td.TdClassName
{
border-color: #777B38;
}
.TagClassName
{
border-color: #777B38;
}
</style>