Shades of Boulder #777D77
Tints of Boulder #777D77
RGB
CMYK
RGB Variations
Color information
#777D77 (or 0x777D77) is known color: Boulder. HEX triplet: 77, 7D and 77. RGB value is (119,125,119). Sum of RGB (Red+Green+Blue) = 119+125+119=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 125 - color contains mainly: green. Hex color #777D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D77 is #888288. Grayscale: #7A7A7A. Windows color (decimal): -8946313 or 7830903. OLE color: 7830903.
HSL color Cylindrical-coordinate representation of color #777D77: hue angle of 120º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777D77 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
RGB | 119 | 125 | 119 | - |
CMYK | 0.05 | 0 | 0.05 | 0.51 |
HSL | 120º | 0.02% | 0.48% | - |
HSV(B) | 120º | 0.05% | 0.49% | - |
XYZ | 18.27 | 19.92 | 20.33 | - |
YUV | 122.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 119 | 125 | 119 | 0.05 | 0 | 0.05 | 0.51 | 120 | 0.02 | 0.48 |
Hex | 77 | 7D | 77 | 5 | 0 | 5 | 33 | 78 | 2 | 30 |
Octal | 167 | 175 | 167 | 5 | 0 | 5 | 63 | 170 | 2 | 60 |
Binary | 1110111 | 1111101 | 1110111 | 101 | 0 | 101 | 110011 | 1111000 | 10 | 110000 |
Color Harmonies of #777D77
Complementary color
Monochromatic Colors of #777D77
Black with #777D77
Text Example
Text Example
White with #777D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D77; }
p { color: rgb(119,125,119); }
H1.HeaderClassName
{
color: #777D77;
}
.AnyTagClassName
{
color: #777D77;
}
</style>
background-color css
<style>
a { background-color: #777D77; }
a { background-color: rgb(119,125,119); }
div.DivClassName
{
background-color: #777D77;
}
.BgClassName
{
background-color: #777D77;
}
</style>
border-color css
<style>
span { border-color: #777D77; }
span { border-color: rgb(119,125,119); }
td.TdClassName
{
border-color: #777D77;
}
.TagClassName
{
border-color: #777D77;
}
</style>