Shades of Lynch #70797E
Tints of Lynch #70797E
RGB
CMYK
RGB Variations
Color information
#70797E (or 0x70797E) is known color: Lynch. HEX triplet: 70, 79 and 7E. RGB value is (112,121,126). Sum of RGB (Red+Green+Blue) = 112+121+126=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 126 - color contains mainly: blue. Hex color #70797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70797E is #8F8681. Grayscale: #767676. Windows color (decimal): -9406082 or 8288624. OLE color: 8288624.
HSL color Cylindrical-coordinate representation of color #70797E: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70797E is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 121 | 126 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.51 |
| HSL | 201.43º | 0.06% | 0.47% | - |
| HSV(B) | 201.43º | 0.11% | 0.49% | - |
| XYZ | 17.29 | 18.63 | 22.42 | - |
| YUV | 118.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 126 | 0.11 | 0.04 | 0 | 0.51 | 201.43 | 0.06 | 0.47 |
| Hex | 70 | 79 | 7E | B | 4 | 0 | 33 | C9 | 6 | 2F |
| Octal | 160 | 171 | 176 | 13 | 4 | 0 | 63 | 311 | 6 | 57 |
| Binary | 1110000 | 1111001 | 1111110 | 1011 | 100 | 0 | 110011 | 11001001 | 110 | 101111 |
Color Harmonies of #70797E
Complementary color
Monochromatic Colors of #70797E
Black with #70797E
Text Example
Text Example
White with #70797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70797E; }
p { color: rgb(112,121,126); }
H1.HeaderClassName
{
color: #70797E;
}
.AnyTagClassName
{
color: #70797E;
}
</style>
background-color css
<style>
a { background-color: #70797E; }
a { background-color: rgb(112,121,126); }
div.DivClassName
{
background-color: #70797E;
}
.BgClassName
{
background-color: #70797E;
}
</style>
border-color css
<style>
span { border-color: #70797E; }
span { border-color: rgb(112,121,126); }
td.TdClassName
{
border-color: #70797E;
}
.TagClassName
{
border-color: #70797E;
}
</style>