Shades of Stonewall #787369
Tints of Stonewall #787369
RGB
CMYK
RGB Variations
Color information
#787369 (or 0x787369) is known color: Stonewall. HEX triplet: 78, 73 and 69. RGB value is (120,115,105). Sum of RGB (Red+Green+Blue) = 120+115+105=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #787369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787369 is #878C96. Grayscale: #737373. Windows color (decimal): -8883351 or 6910840. OLE color: 6910840.
HSL color Cylindrical-coordinate representation of color #787369: hue angle of 40º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787369 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 105 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.53 |
| HSL | 40º | 0.07% | 0.44% | - |
| HSV(B) | 40º | 0.13% | 0.47% | - |
| XYZ | 16.43 | 17.27 | 15.83 | - |
| YUV | 115.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 105 | 0 | 0.04 | 0.13 | 0.53 | 40 | 0.07 | 0.44 |
| Hex | 78 | 73 | 69 | 0 | 4 | D | 35 | 28 | 7 | 2C |
| Octal | 170 | 163 | 151 | 0 | 4 | 15 | 65 | 50 | 7 | 54 |
| Binary | 1111000 | 1110011 | 1101001 | 0 | 100 | 1101 | 110101 | 101000 | 111 | 101100 |
Color Harmonies of #787369
Complementary color
Monochromatic Colors of #787369
Black with #787369
Text Example
Text Example
White with #787369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787369; }
p { color: rgb(120,115,105); }
H1.HeaderClassName
{
color: #787369;
}
.AnyTagClassName
{
color: #787369;
}
</style>
background-color css
<style>
a { background-color: #787369; }
a { background-color: rgb(120,115,105); }
div.DivClassName
{
background-color: #787369;
}
.BgClassName
{
background-color: #787369;
}
</style>
border-color css
<style>
span { border-color: #787369; }
span { border-color: rgb(120,115,105); }
td.TdClassName
{
border-color: #787369;
}
.TagClassName
{
border-color: #787369;
}
</style>