Shades of Smoky #676172
Tints of Smoky #676172
RGB
CMYK
RGB Variations
Color information
#676172 (or 0x676172) is known color: Smoky. HEX triplet: 67, 61 and 72. RGB value is (103,97,114). Sum of RGB (Red+Green+Blue) = 103+97+114=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 114 - color contains mainly: blue. Hex color #676172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676172 is #989E8D. Grayscale: #646464. Windows color (decimal): -10002062 or 7496039. OLE color: 7496039.
HSL color Cylindrical-coordinate representation of color #676172: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #676172 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 97 | 114 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.55 |
| HSL | 261.18º | 0.08% | 0.41% | - |
| HSV(B) | 261.18º | 0.15% | 0.45% | - |
| XYZ | 12.91 | 12.65 | 17.68 | - |
| YUV | 100.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 114 | 0.10 | 0.15 | 0 | 0.55 | 261.18 | 0.08 | 0.41 |
| Hex | 67 | 61 | 72 | A | F | 0 | 37 | 105 | 8 | 29 |
| Octal | 147 | 141 | 162 | 12 | 17 | 0 | 67 | 405 | 10 | 51 |
| Binary | 1100111 | 1100001 | 1110010 | 1010 | 1111 | 0 | 110111 | 100000101 | 1000 | 101001 |
Color Harmonies of #676172
Complementary color
Monochromatic Colors of #676172
Black with #676172
Text Example
Text Example
White with #676172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676172; }
p { color: rgb(103,97,114); }
H1.HeaderClassName
{
color: #676172;
}
.AnyTagClassName
{
color: #676172;
}
</style>
background-color css
<style>
a { background-color: #676172; }
a { background-color: rgb(103,97,114); }
div.DivClassName
{
background-color: #676172;
}
.BgClassName
{
background-color: #676172;
}
</style>
border-color css
<style>
span { border-color: #676172; }
span { border-color: rgb(103,97,114); }
td.TdClassName
{
border-color: #676172;
}
.TagClassName
{
border-color: #676172;
}
</style>