Shades of Lynch #717B83
Tints of Lynch #717B83
RGB
CMYK
RGB Variations
Color information
#717B83 (or 0x717B83) is known color: Lynch. HEX triplet: 71, 7B and 83. RGB value is (113,123,131). Sum of RGB (Red+Green+Blue) = 113+123+131=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 123 (48.44% from 255 or 33.51% 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 #717B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B83 is #8E847C. Grayscale: #787878. Windows color (decimal): -9340029 or 8616817. OLE color: 8616817.
HSL color Cylindrical-coordinate representation of color #717B83: hue angle of 206.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717B83 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 123 | 131 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.49 |
| HSL | 206.67º | 0.07% | 0.48% | - |
| HSV(B) | 206.67º | 0.14% | 0.51% | - |
| XYZ | 17.99 | 19.32 | 24.25 | - |
| YUV | 120.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 131 | 0.14 | 0.06 | 0 | 0.49 | 206.67 | 0.07 | 0.48 |
| Hex | 71 | 7B | 83 | E | 6 | 0 | 31 | CF | 7 | 30 |
| Octal | 161 | 173 | 203 | 16 | 6 | 0 | 61 | 317 | 7 | 60 |
| Binary | 1110001 | 1111011 | 10000011 | 1110 | 110 | 0 | 110001 | 11001111 | 111 | 110000 |
Color Harmonies of #717B83
Complementary color
Monochromatic Colors of #717B83
Black with #717B83
Text Example
Text Example
White with #717B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B83; }
p { color: rgb(113,123,131); }
H1.HeaderClassName
{
color: #717B83;
}
.AnyTagClassName
{
color: #717B83;
}
</style>
background-color css
<style>
a { background-color: #717B83; }
a { background-color: rgb(113,123,131); }
div.DivClassName
{
background-color: #717B83;
}
.BgClassName
{
background-color: #717B83;
}
</style>
border-color css
<style>
span { border-color: #717B83; }
span { border-color: rgb(113,123,131); }
td.TdClassName
{
border-color: #717B83;
}
.TagClassName
{
border-color: #717B83;
}
</style>