Shades of Stonewall #777269
Tints of Stonewall #777269
RGB
CMYK
RGB Variations
Color information
#777269 (or 0x777269) is known color: Stonewall. HEX triplet: 77, 72 and 69. RGB value is (119,114,105). Sum of RGB (Red+Green+Blue) = 119+114+105=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #777269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777269 is #888D96. Grayscale: #727272. Windows color (decimal): -8949143 or 6910583. OLE color: 6910583.
HSL color Cylindrical-coordinate representation of color #777269: hue angle of 38.57º degrees, saturation: 0.06, 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 #777269 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 105 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.53 |
| HSL | 38.57º | 0.06% | 0.44% | - |
| HSV(B) | 38.57º | 0.12% | 0.47% | - |
| XYZ | 16.17 | 16.98 | 15.79 | - |
| YUV | 114.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 105 | 0 | 0.04 | 0.12 | 0.53 | 38.57 | 0.06 | 0.44 |
| Hex | 77 | 72 | 69 | 0 | 4 | C | 35 | 27 | 6 | 2C |
| Octal | 167 | 162 | 151 | 0 | 4 | 14 | 65 | 47 | 6 | 54 |
| Binary | 1110111 | 1110010 | 1101001 | 0 | 100 | 1100 | 110101 | 100111 | 110 | 101100 |
Color Harmonies of #777269
Complementary color
Monochromatic Colors of #777269
Black with #777269
Text Example
Text Example
White with #777269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777269; }
p { color: rgb(119,114,105); }
H1.HeaderClassName
{
color: #777269;
}
.AnyTagClassName
{
color: #777269;
}
</style>
background-color css
<style>
a { background-color: #777269; }
a { background-color: rgb(119,114,105); }
div.DivClassName
{
background-color: #777269;
}
.BgClassName
{
background-color: #777269;
}
</style>
border-color css
<style>
span { border-color: #777269; }
span { border-color: rgb(119,114,105); }
td.TdClassName
{
border-color: #777269;
}
.TagClassName
{
border-color: #777269;
}
</style>