Shades of Boulder #767876
Tints of Boulder #767876
RGB
CMYK
RGB Variations
Color information
#767876 (or 0x767876) is known color: Boulder. HEX triplet: 76, 78 and 76. RGB value is (118,120,118). Sum of RGB (Red+Green+Blue) = 118+120+118=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 120 - color contains mainly: green. Hex color #767876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767876 is #898789. Grayscale: #777777. Windows color (decimal): -9013130 or 7764086. OLE color: 7764086.
HSL color Cylindrical-coordinate representation of color #767876: hue angle of 120º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #767876 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 118 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.53 |
| HSL | 120º | 0.01% | 0.47% | - |
| HSV(B) | 120º | 0.02% | 0.47% | - |
| XYZ | 17.46 | 18.59 | 19.81 | - |
| YUV | 119.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 118 | 0.02 | 0 | 0.02 | 0.53 | 120 | 0.01 | 0.47 |
| Hex | 76 | 78 | 76 | 2 | 0 | 2 | 35 | 78 | 1 | 2F |
| Octal | 166 | 170 | 166 | 2 | 0 | 2 | 65 | 170 | 1 | 57 |
| Binary | 1110110 | 1111000 | 1110110 | 10 | 0 | 10 | 110101 | 1111000 | 1 | 101111 |
Color Harmonies of #767876
Complementary color
Monochromatic Colors of #767876
Black with #767876
Text Example
Text Example
White with #767876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767876; }
p { color: rgb(118,120,118); }
H1.HeaderClassName
{
color: #767876;
}
.AnyTagClassName
{
color: #767876;
}
</style>
background-color css
<style>
a { background-color: #767876; }
a { background-color: rgb(118,120,118); }
div.DivClassName
{
background-color: #767876;
}
.BgClassName
{
background-color: #767876;
}
</style>
border-color css
<style>
span { border-color: #767876; }
span { border-color: rgb(118,120,118); }
td.TdClassName
{
border-color: #767876;
}
.TagClassName
{
border-color: #767876;
}
</style>