Shades of Smoky #655D77
Tints of Smoky #655D77
RGB
CMYK
RGB Variations
Color information
#655D77 (or 0x655D77) is known color: Smoky. HEX triplet: 65, 5D and 77. RGB value is (101,93,119). Sum of RGB (Red+Green+Blue) = 101+93+119=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #655D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D77 is #9AA288. Grayscale: #626262. Windows color (decimal): -10134153 or 7822693. OLE color: 7822693.
HSL color Cylindrical-coordinate representation of color #655D77: hue angle of 258.46º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #655D77 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 93 | 119 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.53 |
| HSL | 258.46º | 0.12% | 0.42% | - |
| HSV(B) | 258.46º | 0.22% | 0.47% | - |
| XYZ | 12.61 | 11.93 | 19.09 | - |
| YUV | 98.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 119 | 0.15 | 0.22 | 0 | 0.53 | 258.46 | 0.12 | 0.42 |
| Hex | 65 | 5D | 77 | F | 16 | 0 | 35 | 102 | C | 2A |
| Octal | 145 | 135 | 167 | 17 | 26 | 0 | 65 | 402 | 14 | 52 |
| Binary | 1100101 | 1011101 | 1110111 | 1111 | 10110 | 0 | 110101 | 100000010 | 1100 | 101010 |
Color Harmonies of #655D77
Complementary color
Monochromatic Colors of #655D77
Black with #655D77
Text Example
Text Example
White with #655D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D77; }
p { color: rgb(101,93,119); }
H1.HeaderClassName
{
color: #655D77;
}
.AnyTagClassName
{
color: #655D77;
}
</style>
background-color css
<style>
a { background-color: #655D77; }
a { background-color: rgb(101,93,119); }
div.DivClassName
{
background-color: #655D77;
}
.BgClassName
{
background-color: #655D77;
}
</style>
border-color css
<style>
span { border-color: #655D77; }
span { border-color: rgb(101,93,119); }
td.TdClassName
{
border-color: #655D77;
}
.TagClassName
{
border-color: #655D77;
}
</style>