Shades of Lynch #707D85
Tints of Lynch #707D85
RGB
CMYK
RGB Variations
Color information
#707D85 (or 0x707D85) is known color: Lynch. HEX triplet: 70, 7D and 85. RGB value is (112,125,133). Sum of RGB (Red+Green+Blue) = 112+125+133=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #707D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D85 is #8F827A. Grayscale: #797979. Windows color (decimal): -9405051 or 8748400. OLE color: 8748400.
HSL color Cylindrical-coordinate representation of color #707D85: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707D85 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 125 | 133 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.48 |
| HSL | 202.86º | 0.09% | 0.48% | - |
| HSV(B) | 202.86º | 0.16% | 0.52% | - |
| XYZ | 18.25 | 19.81 | 25.05 | - |
| YUV | 122.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 133 | 0.16 | 0.06 | 0 | 0.48 | 202.86 | 0.09 | 0.48 |
| Hex | 70 | 7D | 85 | 10 | 6 | 0 | 30 | CB | 9 | 30 |
| Octal | 160 | 175 | 205 | 20 | 6 | 0 | 60 | 313 | 11 | 60 |
| Binary | 1110000 | 1111101 | 10000101 | 10000 | 110 | 0 | 110000 | 11001011 | 1001 | 110000 |
Color Harmonies of #707D85
Complementary color
Monochromatic Colors of #707D85
Black with #707D85
Text Example
Text Example
White with #707D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D85; }
p { color: rgb(112,125,133); }
H1.HeaderClassName
{
color: #707D85;
}
.AnyTagClassName
{
color: #707D85;
}
</style>
background-color css
<style>
a { background-color: #707D85; }
a { background-color: rgb(112,125,133); }
div.DivClassName
{
background-color: #707D85;
}
.BgClassName
{
background-color: #707D85;
}
</style>
border-color css
<style>
span { border-color: #707D85; }
span { border-color: rgb(112,125,133); }
td.TdClassName
{
border-color: #707D85;
}
.TagClassName
{
border-color: #707D85;
}
</style>