Shades of Stonewall #787368
Tints of Stonewall #787368
RGB
CMYK
RGB Variations
Color information
#787368 (or 0x787368) is known color: Stonewall. HEX triplet: 78, 73 and 68. RGB value is (120,115,104). Sum of RGB (Red+Green+Blue) = 120+115+104=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #787368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787368 is #878C97. Grayscale: #737373. Windows color (decimal): -8883352 or 6845304. OLE color: 6845304.
HSL color Cylindrical-coordinate representation of color #787368: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787368 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 115 | 104 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.53 |
| HSL | 41.25º | 0.07% | 0.44% | - |
| HSV(B) | 41.25º | 0.13% | 0.47% | - |
| XYZ | 16.38 | 17.25 | 15.56 | - |
| YUV | 115.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 115 | 104 | 0 | 0.04 | 0.13 | 0.53 | 41.25 | 0.07 | 0.44 |
| Hex | 78 | 73 | 68 | 0 | 4 | D | 35 | 29 | 7 | 2C |
| Octal | 170 | 163 | 150 | 0 | 4 | 15 | 65 | 51 | 7 | 54 |
| Binary | 1111000 | 1110011 | 1101000 | 0 | 100 | 1101 | 110101 | 101001 | 111 | 101100 |
Color Harmonies of #787368
Complementary color
Monochromatic Colors of #787368
Black with #787368
Text Example
Text Example
White with #787368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787368; }
p { color: rgb(120,115,104); }
H1.HeaderClassName
{
color: #787368;
}
.AnyTagClassName
{
color: #787368;
}
</style>
background-color css
<style>
a { background-color: #787368; }
a { background-color: rgb(120,115,104); }
div.DivClassName
{
background-color: #787368;
}
.BgClassName
{
background-color: #787368;
}
</style>
border-color css
<style>
span { border-color: #787368; }
span { border-color: rgb(120,115,104); }
td.TdClassName
{
border-color: #787368;
}
.TagClassName
{
border-color: #787368;
}
</style>