Shades of Lynch #70818A
Tints of Lynch #70818A
RGB
CMYK
RGB Variations
Color information
#70818A (or 0x70818A) is known color: Lynch. HEX triplet: 70, 81 and 8A. RGB value is (112,129,138). Sum of RGB (Red+Green+Blue) = 112+129+138=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #70818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70818A is #8F7E75. Grayscale: #7C7C7C. Windows color (decimal): -9404022 or 9077104. OLE color: 9077104.
HSL color Cylindrical-coordinate representation of color #70818A: hue angle of 200.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70818A is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 129 | 138 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.46 |
| HSL | 200.77º | 0.1% | 0.49% | - |
| HSV(B) | 200.77º | 0.19% | 0.54% | - |
| XYZ | 19.12 | 20.98 | 27.09 | - |
| YUV | 124.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 138 | 0.19 | 0.07 | 0 | 0.46 | 200.77 | 0.1 | 0.49 |
| Hex | 70 | 81 | 8A | 13 | 7 | 0 | 2E | C9 | A | 31 |
| Octal | 160 | 201 | 212 | 23 | 7 | 0 | 56 | 311 | 12 | 61 |
| Binary | 1110000 | 10000001 | 10001010 | 10011 | 111 | 0 | 101110 | 11001001 | 1010 | 110001 |
Color Harmonies of #70818A
Complementary color
Monochromatic Colors of #70818A
Black with #70818A
Text Example
Text Example
White with #70818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70818A; }
p { color: rgb(112,129,138); }
H1.HeaderClassName
{
color: #70818A;
}
.AnyTagClassName
{
color: #70818A;
}
</style>
background-color css
<style>
a { background-color: #70818A; }
a { background-color: rgb(112,129,138); }
div.DivClassName
{
background-color: #70818A;
}
.BgClassName
{
background-color: #70818A;
}
</style>
border-color css
<style>
span { border-color: #70818A; }
span { border-color: rgb(112,129,138); }
td.TdClassName
{
border-color: #70818A;
}
.TagClassName
{
border-color: #70818A;
}
</style>