Shades of Stonewall #787266
Tints of Stonewall #787266
RGB
CMYK
RGB Variations
Color information
#787266 (or 0x787266) is known color: Stonewall. HEX triplet: 78, 72 and 66. RGB value is (120,114,102). Sum of RGB (Red+Green+Blue) = 120+114+102=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #787266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787266 is #878D99. Grayscale: #727272. Windows color (decimal): -8883610 or 6713976. OLE color: 6713976.
HSL color Cylindrical-coordinate representation of color #787266: hue angle of 40º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787266 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 114 | 102 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.53 |
| HSL | 40º | 0.08% | 0.44% | - |
| HSV(B) | 40º | 0.15% | 0.47% | - |
| XYZ | 16.16 | 16.99 | 15 | - |
| YUV | 114.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 114 | 102 | 0 | 0.05 | 0.15 | 0.53 | 40 | 0.08 | 0.44 |
| Hex | 78 | 72 | 66 | 0 | 5 | F | 35 | 28 | 8 | 2C |
| Octal | 170 | 162 | 146 | 0 | 5 | 17 | 65 | 50 | 10 | 54 |
| Binary | 1111000 | 1110010 | 1100110 | 0 | 101 | 1111 | 110101 | 101000 | 1000 | 101100 |
Color Harmonies of #787266
Complementary color
Monochromatic Colors of #787266
Black with #787266
Text Example
Text Example
White with #787266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787266; }
p { color: rgb(120,114,102); }
H1.HeaderClassName
{
color: #787266;
}
.AnyTagClassName
{
color: #787266;
}
</style>
background-color css
<style>
a { background-color: #787266; }
a { background-color: rgb(120,114,102); }
div.DivClassName
{
background-color: #787266;
}
.BgClassName
{
background-color: #787266;
}
</style>
border-color css
<style>
span { border-color: #787266; }
span { border-color: rgb(120,114,102); }
td.TdClassName
{
border-color: #787266;
}
.TagClassName
{
border-color: #787266;
}
</style>