Shades of Lynch #737D84
Tints of Lynch #737D84
RGB
CMYK
RGB Variations
Color information
#737D84 (or 0x737D84) is known color: Lynch. HEX triplet: 73, 7D and 84. RGB value is (115,125,132). Sum of RGB (Red+Green+Blue) = 115+125+132=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 132 - color contains mainly: blue. Hex color #737D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737D84 is #8C827B. Grayscale: #7A7A7A. Windows color (decimal): -9208444 or 8682867. OLE color: 8682867.
HSL color Cylindrical-coordinate representation of color #737D84: hue angle of 204.71º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #737D84 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 125 | 132 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.48 |
| HSL | 204.71º | 0.07% | 0.48% | - |
| HSV(B) | 204.71º | 0.13% | 0.52% | - |
| XYZ | 18.57 | 19.98 | 24.71 | - |
| YUV | 122.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 132 | 0.13 | 0.05 | 0 | 0.48 | 204.71 | 0.07 | 0.48 |
| Hex | 73 | 7D | 84 | D | 5 | 0 | 30 | CD | 7 | 30 |
| Octal | 163 | 175 | 204 | 15 | 5 | 0 | 60 | 315 | 7 | 60 |
| Binary | 1110011 | 1111101 | 10000100 | 1101 | 101 | 0 | 110000 | 11001101 | 111 | 110000 |
Color Harmonies of #737D84
Complementary color
Monochromatic Colors of #737D84
Black with #737D84
Text Example
Text Example
White with #737D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D84; }
p { color: rgb(115,125,132); }
H1.HeaderClassName
{
color: #737D84;
}
.AnyTagClassName
{
color: #737D84;
}
</style>
background-color css
<style>
a { background-color: #737D84; }
a { background-color: rgb(115,125,132); }
div.DivClassName
{
background-color: #737D84;
}
.BgClassName
{
background-color: #737D84;
}
</style>
border-color css
<style>
span { border-color: #737D84; }
span { border-color: rgb(115,125,132); }
td.TdClassName
{
border-color: #737D84;
}
.TagClassName
{
border-color: #737D84;
}
</style>