Shades of Boulder #778077
Tints of Boulder #778077
RGB
CMYK
RGB Variations
Color information
#778077 (or 0x778077) is known color: Boulder. HEX triplet: 77, 80 and 77. RGB value is (119,128,119). Sum of RGB (Red+Green+Blue) = 119+128+119=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 128 - color contains mainly: green. Hex color #778077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778077 is #887F88. Grayscale: #7C7C7C. Windows color (decimal): -8945545 or 7831671. OLE color: 7831671.
HSL color Cylindrical-coordinate representation of color #778077: hue angle of 120º 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 #778077 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 119 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.50 |
| HSL | 120º | 0.04% | 0.48% | - |
| HSV(B) | 120º | 0.07% | 0.5% | - |
| XYZ | 18.66 | 20.69 | 20.46 | - |
| YUV | 124.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 119 | 0.07 | 0 | 0.07 | 0.50 | 120 | 0.04 | 0.48 |
| Hex | 77 | 80 | 77 | 7 | 0 | 7 | 32 | 78 | 4 | 30 |
| Octal | 167 | 200 | 167 | 7 | 0 | 7 | 62 | 170 | 4 | 60 |
| Binary | 1110111 | 10000000 | 1110111 | 111 | 0 | 111 | 110010 | 1111000 | 100 | 110000 |
Color Harmonies of #778077
Complementary color
Monochromatic Colors of #778077
Black with #778077
Text Example
Text Example
White with #778077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778077; }
p { color: rgb(119,128,119); }
H1.HeaderClassName
{
color: #778077;
}
.AnyTagClassName
{
color: #778077;
}
</style>
background-color css
<style>
a { background-color: #778077; }
a { background-color: rgb(119,128,119); }
div.DivClassName
{
background-color: #778077;
}
.BgClassName
{
background-color: #778077;
}
</style>
border-color css
<style>
span { border-color: #778077; }
span { border-color: rgb(119,128,119); }
td.TdClassName
{
border-color: #778077;
}
.TagClassName
{
border-color: #778077;
}
</style>