Shades of Smoky #665F73
Tints of Smoky #665F73
RGB
CMYK
RGB Variations
Color information
#665F73 (or 0x665F73) is known color: Smoky. HEX triplet: 66, 5F and 73. RGB value is (102,95,115). Sum of RGB (Red+Green+Blue) = 102+95+115=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #665F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F73 is #99A08C. Grayscale: #636363. Windows color (decimal): -10068109 or 7561062. OLE color: 7561062.
HSL color Cylindrical-coordinate representation of color #665F73: hue angle of 261º 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 #665F73 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 95 | 115 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.55 |
| HSL | 261º | 0.1% | 0.41% | - |
| HSV(B) | 261º | 0.17% | 0.45% | - |
| XYZ | 12.67 | 12.25 | 17.92 | - |
| YUV | 99.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 115 | 0.11 | 0.17 | 0 | 0.55 | 261 | 0.1 | 0.41 |
| Hex | 66 | 5F | 73 | B | 11 | 0 | 37 | 105 | A | 29 |
| Octal | 146 | 137 | 163 | 13 | 21 | 0 | 67 | 405 | 12 | 51 |
| Binary | 1100110 | 1011111 | 1110011 | 1011 | 10001 | 0 | 110111 | 100000101 | 1010 | 101001 |
Color Harmonies of #665F73
Complementary color
Monochromatic Colors of #665F73
Black with #665F73
Text Example
Text Example
White with #665F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F73; }
p { color: rgb(102,95,115); }
H1.HeaderClassName
{
color: #665F73;
}
.AnyTagClassName
{
color: #665F73;
}
</style>
background-color css
<style>
a { background-color: #665F73; }
a { background-color: rgb(102,95,115); }
div.DivClassName
{
background-color: #665F73;
}
.BgClassName
{
background-color: #665F73;
}
</style>
border-color css
<style>
span { border-color: #665F73; }
span { border-color: rgb(102,95,115); }
td.TdClassName
{
border-color: #665F73;
}
.TagClassName
{
border-color: #665F73;
}
</style>