Shades of Boulder #777F76
Tints of Boulder #777F76
RGB
CMYK
RGB Variations
Color information
#777F76 (or 0x777F76) is known color: Boulder. HEX triplet: 77, 7F and 76. RGB value is (119,127,118). Sum of RGB (Red+Green+Blue) = 119+127+118=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 127 - color contains mainly: green. Hex color #777F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F76 is #888089. Grayscale: #7B7B7B. Windows color (decimal): -8945802 or 7765879. OLE color: 7765879.
HSL color Cylindrical-coordinate representation of color #777F76: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #777F76 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 127 | 118 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.50 |
| HSL | 113.33º | 0.04% | 0.48% | - |
| HSV(B) | 113.33º | 0.07% | 0.5% | - |
| XYZ | 18.47 | 20.41 | 20.11 | - |
| YUV | 123.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 118 | 0.06 | 0 | 0.07 | 0.50 | 113.33 | 0.04 | 0.48 |
| Hex | 77 | 7F | 76 | 6 | 0 | 7 | 32 | 71 | 4 | 30 |
| Octal | 167 | 177 | 166 | 6 | 0 | 7 | 62 | 161 | 4 | 60 |
| Binary | 1110111 | 1111111 | 1110110 | 110 | 0 | 111 | 110010 | 1110001 | 100 | 110000 |
Color Harmonies of #777F76
Complementary color
Monochromatic Colors of #777F76
Black with #777F76
Text Example
Text Example
White with #777F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F76; }
p { color: rgb(119,127,118); }
H1.HeaderClassName
{
color: #777F76;
}
.AnyTagClassName
{
color: #777F76;
}
</style>
background-color css
<style>
a { background-color: #777F76; }
a { background-color: rgb(119,127,118); }
div.DivClassName
{
background-color: #777F76;
}
.BgClassName
{
background-color: #777F76;
}
</style>
border-color css
<style>
span { border-color: #777F76; }
span { border-color: rgb(119,127,118); }
td.TdClassName
{
border-color: #777F76;
}
.TagClassName
{
border-color: #777F76;
}
</style>