Shades of Smoky #645C77
Tints of Smoky #645C77
RGB
CMYK
RGB Variations
Color information
#645C77 (or 0x645C77) is known color: Smoky. HEX triplet: 64, 5C and 77. RGB value is (100,92,119). Sum of RGB (Red+Green+Blue) = 100+92+119=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #645C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C77 is #9BA388. Grayscale: #616161. Windows color (decimal): -10199945 or 7822436. OLE color: 7822436.
HSL color Cylindrical-coordinate representation of color #645C77: hue angle of 257.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #645C77 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 92 | 119 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.53 |
| HSL | 257.78º | 0.13% | 0.41% | - |
| HSV(B) | 257.78º | 0.23% | 0.47% | - |
| XYZ | 12.41 | 11.7 | 19.06 | - |
| YUV | 97.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 119 | 0.16 | 0.23 | 0 | 0.53 | 257.78 | 0.13 | 0.41 |
| Hex | 64 | 5C | 77 | 10 | 17 | 0 | 35 | 102 | D | 29 |
| Octal | 144 | 134 | 167 | 20 | 27 | 0 | 65 | 402 | 15 | 51 |
| Binary | 1100100 | 1011100 | 1110111 | 10000 | 10111 | 0 | 110101 | 100000010 | 1101 | 101001 |
Color Harmonies of #645C77
Complementary color
Monochromatic Colors of #645C77
Black with #645C77
Text Example
Text Example
White with #645C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C77; }
p { color: rgb(100,92,119); }
H1.HeaderClassName
{
color: #645C77;
}
.AnyTagClassName
{
color: #645C77;
}
</style>
background-color css
<style>
a { background-color: #645C77; }
a { background-color: rgb(100,92,119); }
div.DivClassName
{
background-color: #645C77;
}
.BgClassName
{
background-color: #645C77;
}
</style>
border-color css
<style>
span { border-color: #645C77; }
span { border-color: rgb(100,92,119); }
td.TdClassName
{
border-color: #645C77;
}
.TagClassName
{
border-color: #645C77;
}
</style>