Shades of Lynch #757D82
Tints of Lynch #757D82
RGB
CMYK
RGB Variations
Color information
#757D82 (or 0x757D82) is known color: Lynch. HEX triplet: 75, 7D and 82. RGB value is (117,125,130). Sum of RGB (Red+Green+Blue) = 117+125+130=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 130 - color contains mainly: blue. Hex color #757D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D82 is #8A827D. Grayscale: #7B7B7B. Windows color (decimal): -9077374 or 8551797. OLE color: 8551797.
HSL color Cylindrical-coordinate representation of color #757D82: hue angle of 203.08º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #757D82 is Cyan = 0.1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 125 | 130 | - |
| CMYK | 0.1 | 0.04 | 0 | 0.49 |
| HSL | 203.08º | 0.05% | 0.48% | - |
| HSV(B) | 203.08º | 0.1% | 0.51% | - |
| XYZ | 18.7 | 20.06 | 24.01 | - |
| YUV | 123.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 130 | 0.1 | 0.04 | 0 | 0.49 | 203.08 | 0.05 | 0.48 |
| Hex | 75 | 7D | 82 | A | 4 | 0 | 31 | CB | 5 | 30 |
| Octal | 165 | 175 | 202 | 12 | 4 | 0 | 61 | 313 | 5 | 60 |
| Binary | 1110101 | 1111101 | 10000010 | 1010 | 100 | 0 | 110001 | 11001011 | 101 | 110000 |
Color Harmonies of #757D82
Complementary color
Monochromatic Colors of #757D82
Black with #757D82
Text Example
Text Example
White with #757D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D82; }
p { color: rgb(117,125,130); }
H1.HeaderClassName
{
color: #757D82;
}
.AnyTagClassName
{
color: #757D82;
}
</style>
background-color css
<style>
a { background-color: #757D82; }
a { background-color: rgb(117,125,130); }
div.DivClassName
{
background-color: #757D82;
}
.BgClassName
{
background-color: #757D82;
}
</style>
border-color css
<style>
span { border-color: #757D82; }
span { border-color: rgb(117,125,130); }
td.TdClassName
{
border-color: #757D82;
}
.TagClassName
{
border-color: #757D82;
}
</style>