Shades of Boulder #6F776F
Tints of Boulder #6F776F
RGB
CMYK
RGB Variations
Color information
#6F776F (or 0x6F776F) is known color: Boulder. HEX triplet: 6F, 77 and 6F. RGB value is (111,119,111). Sum of RGB (Red+Green+Blue) = 111+119+111=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 119 - color contains mainly: green. Hex color #6F776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F776F is #908890. Grayscale: #737373. Windows color (decimal): -9472145 or 7305071. OLE color: 7305071.
HSL color Cylindrical-coordinate representation of color #6F776F: hue angle of 120º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F776F is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 111 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.53 |
| HSL | 120º | 0.03% | 0.45% | - |
| HSV(B) | 120º | 0.07% | 0.47% | - |
| XYZ | 16.02 | 17.72 | 17.61 | - |
| YUV | 115.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 111 | 0.07 | 0 | 0.07 | 0.53 | 120 | 0.03 | 0.45 |
| Hex | 6F | 77 | 6F | 7 | 0 | 7 | 35 | 78 | 3 | 2D |
| Octal | 157 | 167 | 157 | 7 | 0 | 7 | 65 | 170 | 3 | 55 |
| Binary | 1101111 | 1110111 | 1101111 | 111 | 0 | 111 | 110101 | 1111000 | 11 | 101101 |
Color Harmonies of #6F776F
Complementary color
Monochromatic Colors of #6F776F
Black with #6F776F
Text Example
Text Example
White with #6F776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F776F; }
p { color: rgb(111,119,111); }
H1.HeaderClassName
{
color: #6F776F;
}
.AnyTagClassName
{
color: #6F776F;
}
</style>
background-color css
<style>
a { background-color: #6F776F; }
a { background-color: rgb(111,119,111); }
div.DivClassName
{
background-color: #6F776F;
}
.BgClassName
{
background-color: #6F776F;
}
</style>
border-color css
<style>
span { border-color: #6F776F; }
span { border-color: rgb(111,119,111); }
td.TdClassName
{
border-color: #6F776F;
}
.TagClassName
{
border-color: #6F776F;
}
</style>