Shades of Lynch #65747F
Tints of Lynch #65747F
RGB
CMYK
RGB Variations
Color information
#65747F (or 0x65747F) is known color: Lynch. HEX triplet: 65, 74 and 7F. RGB value is (101,116,127). Sum of RGB (Red+Green+Blue) = 101+116+127=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #65747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65747F is #9A8B80. Grayscale: #707070. Windows color (decimal): -10128257 or 8352869. OLE color: 8352869.
HSL color Cylindrical-coordinate representation of color #65747F: hue angle of 205.38º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65747F is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 116 | 127 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.50 |
| HSL | 205.38º | 0.11% | 0.45% | - |
| HSV(B) | 205.38º | 0.2% | 0.5% | - |
| XYZ | 15.44 | 16.79 | 22.51 | - |
| YUV | 112.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 127 | 0.20 | 0.09 | 0 | 0.50 | 205.38 | 0.11 | 0.45 |
| Hex | 65 | 74 | 7F | 14 | 9 | 0 | 32 | CD | B | 2D |
| Octal | 145 | 164 | 177 | 24 | 11 | 0 | 62 | 315 | 13 | 55 |
| Binary | 1100101 | 1110100 | 1111111 | 10100 | 1001 | 0 | 110010 | 11001101 | 1011 | 101101 |
Color Harmonies of #65747F
Complementary color
Monochromatic Colors of #65747F
Black with #65747F
Text Example
Text Example
White with #65747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65747F; }
p { color: rgb(101,116,127); }
H1.HeaderClassName
{
color: #65747F;
}
.AnyTagClassName
{
color: #65747F;
}
</style>
background-color css
<style>
a { background-color: #65747F; }
a { background-color: rgb(101,116,127); }
div.DivClassName
{
background-color: #65747F;
}
.BgClassName
{
background-color: #65747F;
}
</style>
border-color css
<style>
span { border-color: #65747F; }
span { border-color: rgb(101,116,127); }
td.TdClassName
{
border-color: #65747F;
}
.TagClassName
{
border-color: #65747F;
}
</style>