Shades of Lynch #707B80
Tints of Lynch #707B80
RGB
CMYK
RGB Variations
Color information
#707B80 (or 0x707B80) is known color: Lynch. HEX triplet: 70, 7B and 80. RGB value is (112,123,128). Sum of RGB (Red+Green+Blue) = 112+123+128=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 128 - color contains mainly: blue. Hex color #707B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B80 is #8F847F. Grayscale: #787878. Windows color (decimal): -9405568 or 8420208. OLE color: 8420208.
HSL color Cylindrical-coordinate representation of color #707B80: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707B80 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 123 | 128 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.50 |
| HSL | 198.75º | 0.07% | 0.47% | - |
| HSV(B) | 198.75º | 0.13% | 0.5% | - |
| XYZ | 17.66 | 19.17 | 23.19 | - |
| YUV | 120.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 128 | 0.12 | 0.04 | 0 | 0.50 | 198.75 | 0.07 | 0.47 |
| Hex | 70 | 7B | 80 | C | 4 | 0 | 32 | C7 | 7 | 2F |
| Octal | 160 | 173 | 200 | 14 | 4 | 0 | 62 | 307 | 7 | 57 |
| Binary | 1110000 | 1111011 | 10000000 | 1100 | 100 | 0 | 110010 | 11000111 | 111 | 101111 |
Color Harmonies of #707B80
Complementary color
Monochromatic Colors of #707B80
Black with #707B80
Text Example
Text Example
White with #707B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B80; }
p { color: rgb(112,123,128); }
H1.HeaderClassName
{
color: #707B80;
}
.AnyTagClassName
{
color: #707B80;
}
</style>
background-color css
<style>
a { background-color: #707B80; }
a { background-color: rgb(112,123,128); }
div.DivClassName
{
background-color: #707B80;
}
.BgClassName
{
background-color: #707B80;
}
</style>
border-color css
<style>
span { border-color: #707B80; }
span { border-color: rgb(112,123,128); }
td.TdClassName
{
border-color: #707B80;
}
.TagClassName
{
border-color: #707B80;
}
</style>