Shades of Smoky #645C73
Tints of Smoky #645C73
RGB
CMYK
RGB Variations
Color information
#645C73 (or 0x645C73) is known color: Smoky. HEX triplet: 64, 5C and 73. RGB value is (100,92,115). Sum of RGB (Red+Green+Blue) = 100+92+115=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #645C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C73 is #9BA38C. Grayscale: #606060. Windows color (decimal): -10199949 or 7560292. OLE color: 7560292.
HSL color Cylindrical-coordinate representation of color #645C73: hue angle of 260.87º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #645C73 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 92 | 115 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.55 |
| HSL | 260.87º | 0.11% | 0.41% | - |
| HSV(B) | 260.87º | 0.2% | 0.45% | - |
| XYZ | 12.18 | 11.6 | 17.82 | - |
| YUV | 97.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 115 | 0.13 | 0.20 | 0 | 0.55 | 260.87 | 0.11 | 0.41 |
| Hex | 64 | 5C | 73 | D | 14 | 0 | 37 | 105 | B | 29 |
| Octal | 144 | 134 | 163 | 15 | 24 | 0 | 67 | 405 | 13 | 51 |
| Binary | 1100100 | 1011100 | 1110011 | 1101 | 10100 | 0 | 110111 | 100000101 | 1011 | 101001 |
Color Harmonies of #645C73
Complementary color
Monochromatic Colors of #645C73
Black with #645C73
Text Example
Text Example
White with #645C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C73; }
p { color: rgb(100,92,115); }
H1.HeaderClassName
{
color: #645C73;
}
.AnyTagClassName
{
color: #645C73;
}
</style>
background-color css
<style>
a { background-color: #645C73; }
a { background-color: rgb(100,92,115); }
div.DivClassName
{
background-color: #645C73;
}
.BgClassName
{
background-color: #645C73;
}
</style>
border-color css
<style>
span { border-color: #645C73; }
span { border-color: rgb(100,92,115); }
td.TdClassName
{
border-color: #645C73;
}
.TagClassName
{
border-color: #645C73;
}
</style>