Shades of Lynch #757B7F
Tints of Lynch #757B7F
RGB
CMYK
RGB Variations
Color information
#757B7F (or 0x757B7F) is known color: Lynch. HEX triplet: 75, 7B and 7F. RGB value is (117,123,127). Sum of RGB (Red+Green+Blue) = 117+123+127=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 127 - color contains mainly: blue. Hex color #757B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B7F is #8A8480. Grayscale: #797979. Windows color (decimal): -9077889 or 8354677. OLE color: 8354677.
HSL color Cylindrical-coordinate representation of color #757B7F: hue angle of 204º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #757B7F is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 123 | 127 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.50 |
| HSL | 204º | 0.04% | 0.48% | - |
| HSV(B) | 204º | 0.08% | 0.5% | - |
| XYZ | 18.25 | 19.48 | 22.88 | - |
| YUV | 121.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 127 | 0.08 | 0.03 | 0 | 0.50 | 204 | 0.04 | 0.48 |
| Hex | 75 | 7B | 7F | 8 | 3 | 0 | 32 | CC | 4 | 30 |
| Octal | 165 | 173 | 177 | 10 | 3 | 0 | 62 | 314 | 4 | 60 |
| Binary | 1110101 | 1111011 | 1111111 | 1000 | 11 | 0 | 110010 | 11001100 | 100 | 110000 |
Color Harmonies of #757B7F
Complementary color
Monochromatic Colors of #757B7F
Black with #757B7F
Text Example
Text Example
White with #757B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757B7F; }
p { color: rgb(117,123,127); }
H1.HeaderClassName
{
color: #757B7F;
}
.AnyTagClassName
{
color: #757B7F;
}
</style>
background-color css
<style>
a { background-color: #757B7F; }
a { background-color: rgb(117,123,127); }
div.DivClassName
{
background-color: #757B7F;
}
.BgClassName
{
background-color: #757B7F;
}
</style>
border-color css
<style>
span { border-color: #757B7F; }
span { border-color: rgb(117,123,127); }
td.TdClassName
{
border-color: #757B7F;
}
.TagClassName
{
border-color: #757B7F;
}
</style>