Shades of Boulder #767F76
Tints of Boulder #767F76
RGB
CMYK
RGB Variations
Color information
#767F76 (or 0x767F76) is known color: Boulder. HEX triplet: 76, 7F and 76. RGB value is (118,127,118). Sum of RGB (Red+Green+Blue) = 118+127+118=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 127 - color contains mainly: green. Hex color #767F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F76 is #898089. Grayscale: #7B7B7B. Windows color (decimal): -9011338 or 7765878. OLE color: 7765878.
HSL color Cylindrical-coordinate representation of color #767F76: 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 #767F76 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 118 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.50 |
| HSL | 120º | 0.04% | 0.48% | - |
| HSV(B) | 120º | 0.07% | 0.5% | - |
| XYZ | 18.33 | 20.34 | 20.1 | - |
| YUV | 123.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 118 | 0.07 | 0 | 0.07 | 0.50 | 120 | 0.04 | 0.48 |
| Hex | 76 | 7F | 76 | 7 | 0 | 7 | 32 | 78 | 4 | 30 |
| Octal | 166 | 177 | 166 | 7 | 0 | 7 | 62 | 170 | 4 | 60 |
| Binary | 1110110 | 1111111 | 1110110 | 111 | 0 | 111 | 110010 | 1111000 | 100 | 110000 |
Color Harmonies of #767F76
Complementary color
Monochromatic Colors of #767F76
Black with #767F76
Text Example
Text Example
White with #767F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F76; }
p { color: rgb(118,127,118); }
H1.HeaderClassName
{
color: #767F76;
}
.AnyTagClassName
{
color: #767F76;
}
</style>
background-color css
<style>
a { background-color: #767F76; }
a { background-color: rgb(118,127,118); }
div.DivClassName
{
background-color: #767F76;
}
.BgClassName
{
background-color: #767F76;
}
</style>
border-color css
<style>
span { border-color: #767F76; }
span { border-color: rgb(118,127,118); }
td.TdClassName
{
border-color: #767F76;
}
.TagClassName
{
border-color: #767F76;
}
</style>