Shades of Lynch #707E84
Tints of Lynch #707E84
RGB
CMYK
RGB Variations
Color information
#707E84 (or 0x707E84) is known color: Lynch. HEX triplet: 70, 7E and 84. RGB value is (112,126,132). Sum of RGB (Red+Green+Blue) = 112+126+132=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #707E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E84 is #8F817B. Grayscale: #7A7A7A. Windows color (decimal): -9404796 or 8683120. OLE color: 8683120.
HSL color Cylindrical-coordinate representation of color #707E84: hue angle of 198º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707E84 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 126 | 132 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.48 |
| HSL | 198º | 0.08% | 0.48% | - |
| HSV(B) | 198º | 0.15% | 0.52% | - |
| XYZ | 18.31 | 20.03 | 24.73 | - |
| YUV | 122.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 132 | 0.15 | 0.05 | 0 | 0.48 | 198 | 0.08 | 0.48 |
| Hex | 70 | 7E | 84 | F | 5 | 0 | 30 | C6 | 8 | 30 |
| Octal | 160 | 176 | 204 | 17 | 5 | 0 | 60 | 306 | 10 | 60 |
| Binary | 1110000 | 1111110 | 10000100 | 1111 | 101 | 0 | 110000 | 11000110 | 1000 | 110000 |
Color Harmonies of #707E84
Complementary color
Monochromatic Colors of #707E84
Black with #707E84
Text Example
Text Example
White with #707E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E84; }
p { color: rgb(112,126,132); }
H1.HeaderClassName
{
color: #707E84;
}
.AnyTagClassName
{
color: #707E84;
}
</style>
background-color css
<style>
a { background-color: #707E84; }
a { background-color: rgb(112,126,132); }
div.DivClassName
{
background-color: #707E84;
}
.BgClassName
{
background-color: #707E84;
}
</style>
border-color css
<style>
span { border-color: #707E84; }
span { border-color: rgb(112,126,132); }
td.TdClassName
{
border-color: #707E84;
}
.TagClassName
{
border-color: #707E84;
}
</style>