Shades of Gunsmoke #7F817D
Tints of Gunsmoke #7F817D
RGB
CMYK
RGB Variations
Color information
#7F817D (or 0x7F817D) is known color: Gunsmoke. HEX triplet: 7F, 81 and 7D. RGB value is (127,129,125). Sum of RGB (Red+Green+Blue) = 127+129+125=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 129 - color contains mainly: green. Hex color #7F817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F817D is #807E82. Grayscale: #7F7F7F. Windows color (decimal): -8420995 or 8225151. OLE color: 8225151.
HSL color Cylindrical-coordinate representation of color #7F817D: hue angle of 90º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7F817D is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 129 | 125 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.49 |
| HSL | 90º | 0.02% | 0.5% | - |
| HSV(B) | 90º | 0.03% | 0.51% | - |
| XYZ | 20.3 | 21.69 | 22.52 | - |
| YUV | 127.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 125 | 0.02 | 0 | 0.03 | 0.49 | 90 | 0.02 | 0.5 |
| Hex | 7F | 81 | 7D | 2 | 0 | 3 | 31 | 5A | 2 | 32 |
| Octal | 177 | 201 | 175 | 2 | 0 | 3 | 61 | 132 | 2 | 62 |
| Binary | 1111111 | 10000001 | 1111101 | 10 | 0 | 11 | 110001 | 1011010 | 10 | 110010 |
Color Harmonies of #7F817D
Complementary color
Monochromatic Colors of #7F817D
Black with #7F817D
Text Example
Text Example
White with #7F817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F817D; }
p { color: rgb(127,129,125); }
H1.HeaderClassName
{
color: #7F817D;
}
.AnyTagClassName
{
color: #7F817D;
}
</style>
background-color css
<style>
a { background-color: #7F817D; }
a { background-color: rgb(127,129,125); }
div.DivClassName
{
background-color: #7F817D;
}
.BgClassName
{
background-color: #7F817D;
}
</style>
border-color css
<style>
span { border-color: #7F817D; }
span { border-color: rgb(127,129,125); }
td.TdClassName
{
border-color: #7F817D;
}
.TagClassName
{
border-color: #7F817D;
}
</style>