Shades of Lynch #72828C
Tints of Lynch #72828C
RGB
CMYK
RGB Variations
Color information
#72828C (or 0x72828C) is known color: Lynch. HEX triplet: 72, 82 and 8C. RGB value is (114,130,140). Sum of RGB (Red+Green+Blue) = 114+130+140=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #72828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72828C is #8D7D73. Grayscale: #7E7E7E. Windows color (decimal): -9272692 or 9208434. OLE color: 9208434.
HSL color Cylindrical-coordinate representation of color #72828C: hue angle of 203.08º degrees, saturation: 0.1, 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 #72828C is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 130 | 140 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.45 |
| HSL | 203.08º | 0.1% | 0.5% | - |
| HSV(B) | 203.08º | 0.19% | 0.55% | - |
| XYZ | 19.66 | 21.44 | 27.91 | - |
| YUV | 126.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 140 | 0.19 | 0.07 | 0 | 0.45 | 203.08 | 0.1 | 0.5 |
| Hex | 72 | 82 | 8C | 13 | 7 | 0 | 2D | CB | A | 32 |
| Octal | 162 | 202 | 214 | 23 | 7 | 0 | 55 | 313 | 12 | 62 |
| Binary | 1110010 | 10000010 | 10001100 | 10011 | 111 | 0 | 101101 | 11001011 | 1010 | 110010 |
Color Harmonies of #72828C
Complementary color
Monochromatic Colors of #72828C
Black with #72828C
Text Example
Text Example
White with #72828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72828C; }
p { color: rgb(114,130,140); }
H1.HeaderClassName
{
color: #72828C;
}
.AnyTagClassName
{
color: #72828C;
}
</style>
background-color css
<style>
a { background-color: #72828C; }
a { background-color: rgb(114,130,140); }
div.DivClassName
{
background-color: #72828C;
}
.BgClassName
{
background-color: #72828C;
}
</style>
border-color css
<style>
span { border-color: #72828C; }
span { border-color: rgb(114,130,140); }
td.TdClassName
{
border-color: #72828C;
}
.TagClassName
{
border-color: #72828C;
}
</style>