Shades of Lynch #72838D
Tints of Lynch #72838D
RGB
CMYK
RGB Variations
Color information
#72838D (or 0x72838D) is known color: Lynch. HEX triplet: 72, 83 and 8D. RGB value is (114,131,141). Sum of RGB (Red+Green+Blue) = 114+131+141=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #72838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72838D is #8D7C72. Grayscale: #7E7E7E. Windows color (decimal): -9272435 or 9274226. OLE color: 9274226.
HSL color Cylindrical-coordinate representation of color #72838D: 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 #72838D is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 131 | 141 | - |
| 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.86 | 21.73 | 28.35 | - |
| YUV | 127.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 141 | 0.19 | 0.07 | 0 | 0.45 | 202.22 | 0.11 | 0.5 |
| Hex | 72 | 83 | 8D | 13 | 7 | 0 | 2D | CA | B | 32 |
| Octal | 162 | 203 | 215 | 23 | 7 | 0 | 55 | 312 | 13 | 62 |
| Binary | 1110010 | 10000011 | 10001101 | 10011 | 111 | 0 | 101101 | 11001010 | 1011 | 110010 |
Color Harmonies of #72838D
Complementary color
Monochromatic Colors of #72838D
Black with #72838D
Text Example
Text Example
White with #72838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72838D; }
p { color: rgb(114,131,141); }
H1.HeaderClassName
{
color: #72838D;
}
.AnyTagClassName
{
color: #72838D;
}
</style>
background-color css
<style>
a { background-color: #72838D; }
a { background-color: rgb(114,131,141); }
div.DivClassName
{
background-color: #72838D;
}
.BgClassName
{
background-color: #72838D;
}
</style>
border-color css
<style>
span { border-color: #72838D; }
span { border-color: rgb(114,131,141); }
td.TdClassName
{
border-color: #72838D;
}
.TagClassName
{
border-color: #72838D;
}
</style>