Shades of Lynch #64737F
Tints of Lynch #64737F
RGB
CMYK
RGB Variations
Color information
#64737F (or 0x64737F) is known color: Lynch. HEX triplet: 64, 73 and 7F. RGB value is (100,115,127). Sum of RGB (Red+Green+Blue) = 100+115+127=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #64737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64737F is #9B8C80. Grayscale: #6F6F6F. Windows color (decimal): -10194049 or 8352612. OLE color: 8352612.
HSL color Cylindrical-coordinate representation of color #64737F: hue angle of 206.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64737F is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 115 | 127 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.50 |
| HSL | 206.67º | 0.12% | 0.45% | - |
| HSV(B) | 206.67º | 0.21% | 0.5% | - |
| XYZ | 15.22 | 16.5 | 22.46 | - |
| YUV | 111.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 127 | 0.21 | 0.09 | 0 | 0.50 | 206.67 | 0.12 | 0.45 |
| Hex | 64 | 73 | 7F | 15 | 9 | 0 | 32 | CF | C | 2D |
| Octal | 144 | 163 | 177 | 25 | 11 | 0 | 62 | 317 | 14 | 55 |
| Binary | 1100100 | 1110011 | 1111111 | 10101 | 1001 | 0 | 110010 | 11001111 | 1100 | 101101 |
Color Harmonies of #64737F
Complementary color
Monochromatic Colors of #64737F
Black with #64737F
Text Example
Text Example
White with #64737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64737F; }
p { color: rgb(100,115,127); }
H1.HeaderClassName
{
color: #64737F;
}
.AnyTagClassName
{
color: #64737F;
}
</style>
background-color css
<style>
a { background-color: #64737F; }
a { background-color: rgb(100,115,127); }
div.DivClassName
{
background-color: #64737F;
}
.BgClassName
{
background-color: #64737F;
}
</style>
border-color css
<style>
span { border-color: #64737F; }
span { border-color: rgb(100,115,127); }
td.TdClassName
{
border-color: #64737F;
}
.TagClassName
{
border-color: #64737F;
}
</style>