Shades of Arrowtown #79756D
Tints of Arrowtown #79756D
RGB
CMYK
RGB Variations
Color information
#79756D (or 0x79756D) is known color: Arrowtown. HEX triplet: 79, 75 and 6D. RGB value is (121,117,109). Sum of RGB (Red+Green+Blue) = 121+117+109=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #79756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79756D is #868A92. Grayscale: #757575. Windows color (decimal): -8817299 or 7173497. OLE color: 7173497.
HSL color Cylindrical-coordinate representation of color #79756D: hue angle of 40º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #79756D is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 109 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.53 |
| HSL | 40º | 0.05% | 0.45% | - |
| HSV(B) | 40º | 0.1% | 0.47% | - |
| XYZ | 17.01 | 17.89 | 17.03 | - |
| YUV | 117.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 109 | 0 | 0.03 | 0.10 | 0.53 | 40 | 0.05 | 0.45 |
| Hex | 79 | 75 | 6D | 0 | 3 | A | 35 | 28 | 5 | 2D |
| Octal | 171 | 165 | 155 | 0 | 3 | 12 | 65 | 50 | 5 | 55 |
| Binary | 1111001 | 1110101 | 1101101 | 0 | 11 | 1010 | 110101 | 101000 | 101 | 101101 |
Color Harmonies of #79756D
Complementary color
Monochromatic Colors of #79756D
Black with #79756D
Text Example
Text Example
White with #79756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79756D; }
p { color: rgb(121,117,109); }
H1.HeaderClassName
{
color: #79756D;
}
.AnyTagClassName
{
color: #79756D;
}
</style>
background-color css
<style>
a { background-color: #79756D; }
a { background-color: rgb(121,117,109); }
div.DivClassName
{
background-color: #79756D;
}
.BgClassName
{
background-color: #79756D;
}
</style>
border-color css
<style>
span { border-color: #79756D; }
span { border-color: rgb(121,117,109); }
td.TdClassName
{
border-color: #79756D;
}
.TagClassName
{
border-color: #79756D;
}
</style>