Shades of Lynch #707C83
Tints of Lynch #707C83
RGB
CMYK
RGB Variations
Color information
#707C83 (or 0x707C83) is known color: Lynch. HEX triplet: 70, 7C and 83. RGB value is (112,124,131). Sum of RGB (Red+Green+Blue) = 112+124+131=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #707C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C83 is #8F837C. Grayscale: #797979. Windows color (decimal): -9405309 or 8617072. OLE color: 8617072.
HSL color Cylindrical-coordinate representation of color #707C83: hue angle of 202.11º 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 #707C83 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 124 | 131 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.49 |
| HSL | 202.11º | 0.08% | 0.48% | - |
| HSV(B) | 202.11º | 0.15% | 0.51% | - |
| XYZ | 17.99 | 19.5 | 24.29 | - |
| YUV | 121.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 131 | 0.15 | 0.05 | 0 | 0.49 | 202.11 | 0.08 | 0.48 |
| Hex | 70 | 7C | 83 | F | 5 | 0 | 31 | CA | 8 | 30 |
| Octal | 160 | 174 | 203 | 17 | 5 | 0 | 61 | 312 | 10 | 60 |
| Binary | 1110000 | 1111100 | 10000011 | 1111 | 101 | 0 | 110001 | 11001010 | 1000 | 110000 |
Color Harmonies of #707C83
Complementary color
Monochromatic Colors of #707C83
Black with #707C83
Text Example
Text Example
White with #707C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C83; }
p { color: rgb(112,124,131); }
H1.HeaderClassName
{
color: #707C83;
}
.AnyTagClassName
{
color: #707C83;
}
</style>
background-color css
<style>
a { background-color: #707C83; }
a { background-color: rgb(112,124,131); }
div.DivClassName
{
background-color: #707C83;
}
.BgClassName
{
background-color: #707C83;
}
</style>
border-color css
<style>
span { border-color: #707C83; }
span { border-color: rgb(112,124,131); }
td.TdClassName
{
border-color: #707C83;
}
.TagClassName
{
border-color: #707C83;
}
</style>