#7F8573

Color #7F8573 Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #7F8573

Tints of Gunsmoke #7F8573

Color information

#7F8573 (or 0x7F8573) is unknown color: approx Gunsmoke. HEX triplet: 7F, 85 and 73. RGB value is (127,133,115). Sum of RGB (Red+Green+Blue) = 127+133+115=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8573 is #807A8C. Grayscale: #818181. Windows color (decimal): -8419981 or 7570815. OLE color: 7570815.

HSL color Cylindrical-coordinate representation of color #7F8573: hue angle of 80º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F8573 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB127133115-
CMYK0.0500.140.48
HSL80º7.26%48.63%-
HSV(B)80º13.53%52.16%-
XYZ20.2322.5219.5-
YUV129.15120.01126.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 33.87%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=33.87%
G=35.47%
B=30.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271331150.0500.140.48807.2648.63
Hex7F857350E3050731
Octal177205163501660120761
Binary1111111100001011110011101011101100001010000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8573; }

 p { color: rgb(127,133,115); }

 H1.HeaderClassName
 {
   color: #7F8573;
 }
 .AnyTagClassName
 {
   color: #7F8573;
 }
</style>
background-color css

<style>
 a { background-color: #7F8573; }

 a { background-color: rgb(127,133,115); }

 div.DivClassName
 {
   background-color: #7F8573;
 }
 .BgClassName
 {
   background-color: #7F8573;
 }
</style>
border-color css

<style>
 span { border-color: #7F8573; }

 span { border-color: rgb(127,133,115); }

 td.TdClassName
 {
   border-color: #7F8573;
 }
 .TagClassName
 {
   border-color: #7F8573;
 }
</style>