Shades of Lynch #73787B
Tints of Lynch #73787B
RGB
CMYK
RGB Variations
Color information
#73787B (or 0x73787B) is known color: Lynch. HEX triplet: 73, 78 and 7B. RGB value is (115,120,123). Sum of RGB (Red+Green+Blue) = 115+120+123=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 123 - color contains mainly: blue. Hex color #73787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73787B is #8C8784. Grayscale: #767676. Windows color (decimal): -9209733 or 8091763. OLE color: 8091763.
HSL color Cylindrical-coordinate representation of color #73787B: hue angle of 202.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #73787B is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 120 | 123 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.52 |
| HSL | 202.5º | 0.03% | 0.47% | - |
| HSV(B) | 202.5º | 0.07% | 0.48% | - |
| XYZ | 17.36 | 18.51 | 21.4 | - |
| YUV | 118.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 123 | 0.07 | 0.02 | 0 | 0.52 | 202.5 | 0.03 | 0.47 |
| Hex | 73 | 78 | 7B | 7 | 2 | 0 | 34 | CA | 3 | 2F |
| Octal | 163 | 170 | 173 | 7 | 2 | 0 | 64 | 312 | 3 | 57 |
| Binary | 1110011 | 1111000 | 1111011 | 111 | 10 | 0 | 110100 | 11001010 | 11 | 101111 |
Color Harmonies of #73787B
Complementary color
Monochromatic Colors of #73787B
Black with #73787B
Text Example
Text Example
White with #73787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73787B; }
p { color: rgb(115,120,123); }
H1.HeaderClassName
{
color: #73787B;
}
.AnyTagClassName
{
color: #73787B;
}
</style>
background-color css
<style>
a { background-color: #73787B; }
a { background-color: rgb(115,120,123); }
div.DivClassName
{
background-color: #73787B;
}
.BgClassName
{
background-color: #73787B;
}
</style>
border-color css
<style>
span { border-color: #73787B; }
span { border-color: rgb(115,120,123); }
td.TdClassName
{
border-color: #73787B;
}
.TagClassName
{
border-color: #73787B;
}
</style>