Shades of Lynch #707A83
Tints of Lynch #707A83
RGB
CMYK
RGB Variations
Color information
#707A83 (or 0x707A83) is known color: Lynch. HEX triplet: 70, 7A and 83. RGB value is (112,122,131). Sum of RGB (Red+Green+Blue) = 112+122+131=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 131 - color contains mainly: blue. Hex color #707A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707A83 is #8F857C. Grayscale: #777777. Windows color (decimal): -9405821 or 8616560. OLE color: 8616560.
HSL color Cylindrical-coordinate representation of color #707A83: hue angle of 208.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707A83 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 122 | 131 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.49 |
| HSL | 208.42º | 0.08% | 0.48% | - |
| HSV(B) | 208.42º | 0.15% | 0.51% | - |
| XYZ | 17.74 | 19 | 24.21 | - |
| YUV | 120.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 131 | 0.15 | 0.07 | 0 | 0.49 | 208.42 | 0.08 | 0.48 |
| Hex | 70 | 7A | 83 | F | 7 | 0 | 31 | D0 | 8 | 30 |
| Octal | 160 | 172 | 203 | 17 | 7 | 0 | 61 | 320 | 10 | 60 |
| Binary | 1110000 | 1111010 | 10000011 | 1111 | 111 | 0 | 110001 | 11010000 | 1000 | 110000 |
Color Harmonies of #707A83
Complementary color
Monochromatic Colors of #707A83
Black with #707A83
Text Example
Text Example
White with #707A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A83; }
p { color: rgb(112,122,131); }
H1.HeaderClassName
{
color: #707A83;
}
.AnyTagClassName
{
color: #707A83;
}
</style>
background-color css
<style>
a { background-color: #707A83; }
a { background-color: rgb(112,122,131); }
div.DivClassName
{
background-color: #707A83;
}
.BgClassName
{
background-color: #707A83;
}
</style>
border-color css
<style>
span { border-color: #707A83; }
span { border-color: rgb(112,122,131); }
td.TdClassName
{
border-color: #707A83;
}
.TagClassName
{
border-color: #707A83;
}
</style>