Shades of Lynch #747E85
Tints of Lynch #747E85
RGB
CMYK
RGB Variations
Color information
#747E85 (or 0x747E85) is known color: Lynch. HEX triplet: 74, 7E and 85. RGB value is (116,126,133). Sum of RGB (Red+Green+Blue) = 116+126+133=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #747E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E85 is #8B817A. Grayscale: #7B7B7B. Windows color (decimal): -9142651 or 8748660. OLE color: 8748660.
HSL color Cylindrical-coordinate representation of color #747E85: hue angle of 204.71º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747E85 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 126 | 133 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.48 |
| HSL | 204.71º | 0.07% | 0.49% | - |
| HSV(B) | 204.71º | 0.13% | 0.52% | - |
| XYZ | 18.9 | 20.33 | 25.12 | - |
| YUV | 123.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 133 | 0.13 | 0.05 | 0 | 0.48 | 204.71 | 0.07 | 0.49 |
| Hex | 74 | 7E | 85 | D | 5 | 0 | 30 | CD | 7 | 31 |
| Octal | 164 | 176 | 205 | 15 | 5 | 0 | 60 | 315 | 7 | 61 |
| Binary | 1110100 | 1111110 | 10000101 | 1101 | 101 | 0 | 110000 | 11001101 | 111 | 110001 |
Color Harmonies of #747E85
Complementary color
Monochromatic Colors of #747E85
Black with #747E85
Text Example
Text Example
White with #747E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E85; }
p { color: rgb(116,126,133); }
H1.HeaderClassName
{
color: #747E85;
}
.AnyTagClassName
{
color: #747E85;
}
</style>
background-color css
<style>
a { background-color: #747E85; }
a { background-color: rgb(116,126,133); }
div.DivClassName
{
background-color: #747E85;
}
.BgClassName
{
background-color: #747E85;
}
</style>
border-color css
<style>
span { border-color: #747E85; }
span { border-color: rgb(116,126,133); }
td.TdClassName
{
border-color: #747E85;
}
.TagClassName
{
border-color: #747E85;
}
</style>