Shades of Smoky #645A76
Tints of Smoky #645A76
RGB
CMYK
RGB Variations
Color information
#645A76 (or 0x645A76) is known color: Smoky. HEX triplet: 64, 5A and 76. RGB value is (100,90,118). Sum of RGB (Red+Green+Blue) = 100+90+118=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #645A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A76 is #9BA589. Grayscale: #606060. Windows color (decimal): -10200458 or 7756388. OLE color: 7756388.
HSL color Cylindrical-coordinate representation of color #645A76: hue angle of 261.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #645A76 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 90 | 118 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.54 |
| HSL | 261.43º | 0.13% | 0.41% | - |
| HSV(B) | 261.43º | 0.24% | 0.46% | - |
| XYZ | 12.18 | 11.33 | 18.68 | - |
| YUV | 96.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 118 | 0.15 | 0.24 | 0 | 0.54 | 261.43 | 0.13 | 0.41 |
| Hex | 64 | 5A | 76 | F | 18 | 0 | 36 | 105 | D | 29 |
| Octal | 144 | 132 | 166 | 17 | 30 | 0 | 66 | 405 | 15 | 51 |
| Binary | 1100100 | 1011010 | 1110110 | 1111 | 11000 | 0 | 110110 | 100000101 | 1101 | 101001 |
Color Harmonies of #645A76
Complementary color
Monochromatic Colors of #645A76
Black with #645A76
Text Example
Text Example
White with #645A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A76; }
p { color: rgb(100,90,118); }
H1.HeaderClassName
{
color: #645A76;
}
.AnyTagClassName
{
color: #645A76;
}
</style>
background-color css
<style>
a { background-color: #645A76; }
a { background-color: rgb(100,90,118); }
div.DivClassName
{
background-color: #645A76;
}
.BgClassName
{
background-color: #645A76;
}
</style>
border-color css
<style>
span { border-color: #645A76; }
span { border-color: rgb(100,90,118); }
td.TdClassName
{
border-color: #645A76;
}
.TagClassName
{
border-color: #645A76;
}
</style>