Shades of Lynch #707E86
Tints of Lynch #707E86
RGB
CMYK
RGB Variations
Color information
#707E86 (or 0x707E86) is known color: Lynch. HEX triplet: 70, 7E and 86. RGB value is (112,126,134). Sum of RGB (Red+Green+Blue) = 112+126+134=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 134 - color contains mainly: blue. Hex color #707E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E86 is #8F8179. Grayscale: #7A7A7A. Windows color (decimal): -9404794 or 8814192. OLE color: 8814192.
HSL color Cylindrical-coordinate representation of color #707E86: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707E86 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 126 | 134 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.47 |
| HSL | 201.82º | 0.09% | 0.48% | - |
| HSV(B) | 201.82º | 0.16% | 0.53% | - |
| XYZ | 18.45 | 20.09 | 25.46 | - |
| YUV | 122.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 134 | 0.16 | 0.06 | 0 | 0.47 | 201.82 | 0.09 | 0.48 |
| Hex | 70 | 7E | 86 | 10 | 6 | 0 | 2F | CA | 9 | 30 |
| Octal | 160 | 176 | 206 | 20 | 6 | 0 | 57 | 312 | 11 | 60 |
| Binary | 1110000 | 1111110 | 10000110 | 10000 | 110 | 0 | 101111 | 11001010 | 1001 | 110000 |
Color Harmonies of #707E86
Complementary color
Monochromatic Colors of #707E86
Black with #707E86
Text Example
Text Example
White with #707E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E86; }
p { color: rgb(112,126,134); }
H1.HeaderClassName
{
color: #707E86;
}
.AnyTagClassName
{
color: #707E86;
}
</style>
background-color css
<style>
a { background-color: #707E86; }
a { background-color: rgb(112,126,134); }
div.DivClassName
{
background-color: #707E86;
}
.BgClassName
{
background-color: #707E86;
}
</style>
border-color css
<style>
span { border-color: #707E86; }
span { border-color: rgb(112,126,134); }
td.TdClassName
{
border-color: #707E86;
}
.TagClassName
{
border-color: #707E86;
}
</style>