Shades of Lynch #737D83
Tints of Lynch #737D83
RGB
CMYK
RGB Variations
Color information
#737D83 (or 0x737D83) is known color: Lynch. HEX triplet: 73, 7D and 83. RGB value is (115,125,131). Sum of RGB (Red+Green+Blue) = 115+125+131=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 131 - color contains mainly: blue. Hex color #737D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737D83 is #8C827C. Grayscale: #7A7A7A. Windows color (decimal): -9208445 or 8617331. OLE color: 8617331.
HSL color Cylindrical-coordinate representation of color #737D83: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #737D83 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 125 | 131 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.49 |
| HSL | 202.5º | 0.07% | 0.48% | - |
| HSV(B) | 202.5º | 0.12% | 0.51% | - |
| XYZ | 18.5 | 19.95 | 24.35 | - |
| YUV | 122.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 131 | 0.12 | 0.05 | 0 | 0.49 | 202.5 | 0.07 | 0.48 |
| Hex | 73 | 7D | 83 | C | 5 | 0 | 31 | CA | 7 | 30 |
| Octal | 163 | 175 | 203 | 14 | 5 | 0 | 61 | 312 | 7 | 60 |
| Binary | 1110011 | 1111101 | 10000011 | 1100 | 101 | 0 | 110001 | 11001010 | 111 | 110000 |
Color Harmonies of #737D83
Complementary color
Monochromatic Colors of #737D83
Black with #737D83
Text Example
Text Example
White with #737D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D83; }
p { color: rgb(115,125,131); }
H1.HeaderClassName
{
color: #737D83;
}
.AnyTagClassName
{
color: #737D83;
}
</style>
background-color css
<style>
a { background-color: #737D83; }
a { background-color: rgb(115,125,131); }
div.DivClassName
{
background-color: #737D83;
}
.BgClassName
{
background-color: #737D83;
}
</style>
border-color css
<style>
span { border-color: #737D83; }
span { border-color: rgb(115,125,131); }
td.TdClassName
{
border-color: #737D83;
}
.TagClassName
{
border-color: #737D83;
}
</style>