Shades of Lynch #707B84
Tints of Lynch #707B84
RGB
CMYK
RGB Variations
Color information
#707B84 (or 0x707B84) is known color: Lynch. HEX triplet: 70, 7B and 84. RGB value is (112,123,132). Sum of RGB (Red+Green+Blue) = 112+123+132=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #707B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B84 is #8F847B. Grayscale: #787878. Windows color (decimal): -9405564 or 8682352. OLE color: 8682352.
HSL color Cylindrical-coordinate representation of color #707B84: hue angle of 207º 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 #707B84 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 123 | 132 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.48 |
| HSL | 207º | 0.08% | 0.48% | - |
| HSV(B) | 207º | 0.15% | 0.52% | - |
| XYZ | 17.93 | 19.28 | 24.61 | - |
| YUV | 120.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 132 | 0.15 | 0.07 | 0 | 0.48 | 207 | 0.08 | 0.48 |
| Hex | 70 | 7B | 84 | F | 7 | 0 | 30 | CF | 8 | 30 |
| Octal | 160 | 173 | 204 | 17 | 7 | 0 | 60 | 317 | 10 | 60 |
| Binary | 1110000 | 1111011 | 10000100 | 1111 | 111 | 0 | 110000 | 11001111 | 1000 | 110000 |
Color Harmonies of #707B84
Complementary color
Monochromatic Colors of #707B84
Black with #707B84
Text Example
Text Example
White with #707B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B84; }
p { color: rgb(112,123,132); }
H1.HeaderClassName
{
color: #707B84;
}
.AnyTagClassName
{
color: #707B84;
}
</style>
background-color css
<style>
a { background-color: #707B84; }
a { background-color: rgb(112,123,132); }
div.DivClassName
{
background-color: #707B84;
}
.BgClassName
{
background-color: #707B84;
}
</style>
border-color css
<style>
span { border-color: #707B84; }
span { border-color: rgb(112,123,132); }
td.TdClassName
{
border-color: #707B84;
}
.TagClassName
{
border-color: #707B84;
}
</style>