Shades of Lynch #64768A
Tints of Lynch #64768A
RGB
CMYK
RGB Variations
Color information
#64768A (or 0x64768A) is known color: Lynch. HEX triplet: 64, 76 and 8A. RGB value is (100,118,138). Sum of RGB (Red+Green+Blue) = 100+118+138=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #64768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64768A is #9B8975. Grayscale: #727272. Windows color (decimal): -10193270 or 9074276. OLE color: 9074276.
HSL color Cylindrical-coordinate representation of color #64768A: hue angle of 211.58º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64768A is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 118 | 138 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.46 |
| HSL | 211.58º | 0.16% | 0.47% | - |
| HSV(B) | 211.58º | 0.28% | 0.54% | - |
| XYZ | 16.32 | 17.5 | 26.56 | - |
| YUV | 114.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 138 | 0.28 | 0.14 | 0 | 0.46 | 211.58 | 0.16 | 0.47 |
| Hex | 64 | 76 | 8A | 1C | E | 0 | 2E | D4 | 10 | 2F |
| Octal | 144 | 166 | 212 | 34 | 16 | 0 | 56 | 324 | 20 | 57 |
| Binary | 1100100 | 1110110 | 10001010 | 11100 | 1110 | 0 | 101110 | 11010100 | 10000 | 101111 |
Color Harmonies of #64768A
Complementary color
Monochromatic Colors of #64768A
Black with #64768A
Text Example
Text Example
White with #64768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64768A; }
p { color: rgb(100,118,138); }
H1.HeaderClassName
{
color: #64768A;
}
.AnyTagClassName
{
color: #64768A;
}
</style>
background-color css
<style>
a { background-color: #64768A; }
a { background-color: rgb(100,118,138); }
div.DivClassName
{
background-color: #64768A;
}
.BgClassName
{
background-color: #64768A;
}
</style>
border-color css
<style>
span { border-color: #64768A; }
span { border-color: rgb(100,118,138); }
td.TdClassName
{
border-color: #64768A;
}
.TagClassName
{
border-color: #64768A;
}
</style>