Shades of Smoky #645C76
Tints of Smoky #645C76
RGB
CMYK
RGB Variations
Color information
#645C76 (or 0x645C76) is known color: Smoky. HEX triplet: 64, 5C and 76. RGB value is (100,92,118). Sum of RGB (Red+Green+Blue) = 100+92+118=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #645C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C76 is #9BA389. Grayscale: #616161. Windows color (decimal): -10199946 or 7756900. OLE color: 7756900.
HSL color Cylindrical-coordinate representation of color #645C76: hue angle of 258.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #645C76 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 92 | 118 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.54 |
| HSL | 258.46º | 0.12% | 0.41% | - |
| HSV(B) | 258.46º | 0.22% | 0.46% | - |
| XYZ | 12.35 | 11.67 | 18.74 | - |
| YUV | 97.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 118 | 0.15 | 0.22 | 0 | 0.54 | 258.46 | 0.12 | 0.41 |
| Hex | 64 | 5C | 76 | F | 16 | 0 | 36 | 102 | C | 29 |
| Octal | 144 | 134 | 166 | 17 | 26 | 0 | 66 | 402 | 14 | 51 |
| Binary | 1100100 | 1011100 | 1110110 | 1111 | 10110 | 0 | 110110 | 100000010 | 1100 | 101001 |
Color Harmonies of #645C76
Complementary color
Monochromatic Colors of #645C76
Black with #645C76
Text Example
Text Example
White with #645C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C76; }
p { color: rgb(100,92,118); }
H1.HeaderClassName
{
color: #645C76;
}
.AnyTagClassName
{
color: #645C76;
}
</style>
background-color css
<style>
a { background-color: #645C76; }
a { background-color: rgb(100,92,118); }
div.DivClassName
{
background-color: #645C76;
}
.BgClassName
{
background-color: #645C76;
}
</style>
border-color css
<style>
span { border-color: #645C76; }
span { border-color: rgb(100,92,118); }
td.TdClassName
{
border-color: #645C76;
}
.TagClassName
{
border-color: #645C76;
}
</style>