#7F8578

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

Shades of Gunsmoke #7F8578

Tints of Gunsmoke #7F8578

Color information

#7F8578 (or 0x7F8578) is unknown color: approx Gunsmoke. HEX triplet: 7F, 85 and 78. RGB value is (127,133,120). Sum of RGB (Red+Green+Blue) = 127+133+120=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8578 is #807A87. Grayscale: #818181. Windows color (decimal): -8419976 or 7898495. OLE color: 7898495.

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

Color convert

RGB127133120-
CMYK0.0500.100.48
HSL87.69º5.14%49.61%-
HSV(B)87.69º9.77%52.16%-
XYZ20.5322.6421.06-
YUV129.72122.51126.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.42%
GREEN value IS 133 (52.34% from 255) = 35%
BLUE value IS 120 (47.27% from 255) = 31.58%
R=33.42%
G=35%
B=31.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271331200.0500.100.4887.695.1449.61
Hex7F857850A3058532
Octal177205170501260130562
Binary1111111100001011111000101010101100001011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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