Shades of Smoky #655F73
Tints of Smoky #655F73
RGB
CMYK
RGB Variations
Color information
#655F73 (or 0x655F73) is known color: Smoky. HEX triplet: 65, 5F and 73. RGB value is (101,95,115). Sum of RGB (Red+Green+Blue) = 101+95+115=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #655F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F73 is #9AA08C. Grayscale: #636363. Windows color (decimal): -10133645 or 7561061. OLE color: 7561061.
HSL color Cylindrical-coordinate representation of color #655F73: hue angle of 258º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #655F73 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 95 | 115 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.55 |
| HSL | 258º | 0.1% | 0.41% | - |
| HSV(B) | 258º | 0.17% | 0.45% | - |
| XYZ | 12.55 | 12.19 | 17.91 | - |
| YUV | 99.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 115 | 0.12 | 0.17 | 0 | 0.55 | 258 | 0.1 | 0.41 |
| Hex | 65 | 5F | 73 | C | 11 | 0 | 37 | 102 | A | 29 |
| Octal | 145 | 137 | 163 | 14 | 21 | 0 | 67 | 402 | 12 | 51 |
| Binary | 1100101 | 1011111 | 1110011 | 1100 | 10001 | 0 | 110111 | 100000010 | 1010 | 101001 |
Color Harmonies of #655F73
Complementary color
Monochromatic Colors of #655F73
Black with #655F73
Text Example
Text Example
White with #655F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F73; }
p { color: rgb(101,95,115); }
H1.HeaderClassName
{
color: #655F73;
}
.AnyTagClassName
{
color: #655F73;
}
</style>
background-color css
<style>
a { background-color: #655F73; }
a { background-color: rgb(101,95,115); }
div.DivClassName
{
background-color: #655F73;
}
.BgClassName
{
background-color: #655F73;
}
</style>
border-color css
<style>
span { border-color: #655F73; }
span { border-color: rgb(101,95,115); }
td.TdClassName
{
border-color: #655F73;
}
.TagClassName
{
border-color: #655F73;
}
</style>