Shades of Lynch #70787D
Tints of Lynch #70787D
RGB
CMYK
RGB Variations
Color information
#70787D (or 0x70787D) is known color: Lynch. HEX triplet: 70, 78 and 7D. RGB value is (112,120,125). Sum of RGB (Red+Green+Blue) = 112+120+125=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 125 - color contains mainly: blue. Hex color #70787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70787D is #8F8782. Grayscale: #767676. Windows color (decimal): -9406339 or 8222832. OLE color: 8222832.
HSL color Cylindrical-coordinate representation of color #70787D: hue angle of 203.08º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70787D is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 120 | 125 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.51 |
| HSL | 203.08º | 0.05% | 0.46% | - |
| HSV(B) | 203.08º | 0.1% | 0.49% | - |
| XYZ | 17.1 | 18.36 | 22.04 | - |
| YUV | 118.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 125 | 0.10 | 0.04 | 0 | 0.51 | 203.08 | 0.05 | 0.46 |
| Hex | 70 | 78 | 7D | A | 4 | 0 | 33 | CB | 5 | 2E |
| Octal | 160 | 170 | 175 | 12 | 4 | 0 | 63 | 313 | 5 | 56 |
| Binary | 1110000 | 1111000 | 1111101 | 1010 | 100 | 0 | 110011 | 11001011 | 101 | 101110 |
Color Harmonies of #70787D
Complementary color
Monochromatic Colors of #70787D
Black with #70787D
Text Example
Text Example
White with #70787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70787D; }
p { color: rgb(112,120,125); }
H1.HeaderClassName
{
color: #70787D;
}
.AnyTagClassName
{
color: #70787D;
}
</style>
background-color css
<style>
a { background-color: #70787D; }
a { background-color: rgb(112,120,125); }
div.DivClassName
{
background-color: #70787D;
}
.BgClassName
{
background-color: #70787D;
}
</style>
border-color css
<style>
span { border-color: #70787D; }
span { border-color: rgb(112,120,125); }
td.TdClassName
{
border-color: #70787D;
}
.TagClassName
{
border-color: #70787D;
}
</style>