Shades of Lynch #71828C
Tints of Lynch #71828C
RGB
CMYK
RGB Variations
Color information
#71828C (or 0x71828C) is known color: Lynch. HEX triplet: 71, 82 and 8C. RGB value is (113,130,140). Sum of RGB (Red+Green+Blue) = 113+130+140=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 140 - color contains mainly: blue. Hex color #71828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71828C is #8E7D73. Grayscale: #7E7E7E. Windows color (decimal): -9338228 or 9208433. OLE color: 9208433.
HSL color Cylindrical-coordinate representation of color #71828C: hue angle of 202.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71828C is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 130 | 140 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.45 |
| HSL | 202.22º | 0.11% | 0.5% | - |
| HSV(B) | 202.22º | 0.19% | 0.55% | - |
| XYZ | 19.53 | 21.37 | 27.91 | - |
| YUV | 126.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 140 | 0.19 | 0.07 | 0 | 0.45 | 202.22 | 0.11 | 0.5 |
| Hex | 71 | 82 | 8C | 13 | 7 | 0 | 2D | CA | B | 32 |
| Octal | 161 | 202 | 214 | 23 | 7 | 0 | 55 | 312 | 13 | 62 |
| Binary | 1110001 | 10000010 | 10001100 | 10011 | 111 | 0 | 101101 | 11001010 | 1011 | 110010 |
Color Harmonies of #71828C
Complementary color
Monochromatic Colors of #71828C
Black with #71828C
Text Example
Text Example
White with #71828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71828C; }
p { color: rgb(113,130,140); }
H1.HeaderClassName
{
color: #71828C;
}
.AnyTagClassName
{
color: #71828C;
}
</style>
background-color css
<style>
a { background-color: #71828C; }
a { background-color: rgb(113,130,140); }
div.DivClassName
{
background-color: #71828C;
}
.BgClassName
{
background-color: #71828C;
}
</style>
border-color css
<style>
span { border-color: #71828C; }
span { border-color: rgb(113,130,140); }
td.TdClassName
{
border-color: #71828C;
}
.TagClassName
{
border-color: #71828C;
}
</style>