Shades of Boulder #787C78
Tints of Boulder #787C78
RGB
CMYK
RGB Variations
Color information
#787C78 (or 0x787C78) is known color: Boulder. HEX triplet: 78, 7C and 78. RGB value is (120,124,120). Sum of RGB (Red+Green+Blue) = 120+124+120=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 124 - color contains mainly: green. Hex color #787C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C78 is #878387. Grayscale: #7A7A7A. Windows color (decimal): -8881032 or 7896184. OLE color: 7896184.
HSL color Cylindrical-coordinate representation of color #787C78: 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.03%. Process color model (Four color, CMYK) of #787C78 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 124 | 120 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.51 |
| HSL | 120º | 0.02% | 0.48% | - |
| HSV(B) | 120º | 0.03% | 0.49% | - |
| XYZ | 18.34 | 19.76 | 20.62 | - |
| YUV | 122.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 120 | 0.03 | 0 | 0.03 | 0.51 | 120 | 0.02 | 0.48 |
| Hex | 78 | 7C | 78 | 3 | 0 | 3 | 33 | 78 | 2 | 30 |
| Octal | 170 | 174 | 170 | 3 | 0 | 3 | 63 | 170 | 2 | 60 |
| Binary | 1111000 | 1111100 | 1111000 | 11 | 0 | 11 | 110011 | 1111000 | 10 | 110000 |
Color Harmonies of #787C78
Complementary color
Monochromatic Colors of #787C78
Black with #787C78
Text Example
Text Example
White with #787C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C78; }
p { color: rgb(120,124,120); }
H1.HeaderClassName
{
color: #787C78;
}
.AnyTagClassName
{
color: #787C78;
}
</style>
background-color css
<style>
a { background-color: #787C78; }
a { background-color: rgb(120,124,120); }
div.DivClassName
{
background-color: #787C78;
}
.BgClassName
{
background-color: #787C78;
}
</style>
border-color css
<style>
span { border-color: #787C78; }
span { border-color: rgb(120,124,120); }
td.TdClassName
{
border-color: #787C78;
}
.TagClassName
{
border-color: #787C78;
}
</style>