Shades of Gunsmoke #80817F
Tints of Gunsmoke #80817F
RGB
CMYK
RGB Variations
Color information
#80817F (or 0x80817F) is known color: Gunsmoke. HEX triplet: 80, 81 and 7F. RGB value is (128,129,127). Sum of RGB (Red+Green+Blue) = 128+129+127=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 129 - color contains mainly: green. Hex color #80817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80817F is #7F7E80. Grayscale: #808080. Windows color (decimal): -8355457 or 8356224. OLE color: 8356224.
HSL color Cylindrical-coordinate representation of color #80817F: hue angle of 90º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #80817F is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
RGB | 128 | 129 | 127 | - |
CMYK | 0.01 | 0 | 0.02 | 0.49 |
HSL | 90º | 0.01% | 0.5% | - |
HSV(B) | 90º | 0.02% | 0.51% | - |
XYZ | 20.58 | 21.82 | 23.21 | - |
YUV | 128.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 129 | 127 | 0.01 | 0 | 0.02 | 0.49 | 90 | 0.01 | 0.5 |
Hex | 80 | 81 | 7F | 1 | 0 | 2 | 31 | 5A | 1 | 32 |
Octal | 200 | 201 | 177 | 1 | 0 | 2 | 61 | 132 | 1 | 62 |
Binary | 10000000 | 10000001 | 1111111 | 1 | 0 | 10 | 110001 | 1011010 | 1 | 110010 |
Color Harmonies of #80817F
Complementary color
Monochromatic Colors of #80817F
Black with #80817F
Text Example
Text Example
White with #80817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80817F; }
p { color: rgb(128,129,127); }
H1.HeaderClassName
{
color: #80817F;
}
.AnyTagClassName
{
color: #80817F;
}
</style>
background-color css
<style>
a { background-color: #80817F; }
a { background-color: rgb(128,129,127); }
div.DivClassName
{
background-color: #80817F;
}
.BgClassName
{
background-color: #80817F;
}
</style>
border-color css
<style>
span { border-color: #80817F; }
span { border-color: rgb(128,129,127); }
td.TdClassName
{
border-color: #80817F;
}
.TagClassName
{
border-color: #80817F;
}
</style>