#7F8771

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

Shades of Gunsmoke #7F8771

Tints of Gunsmoke #7F8771

Color information

#7F8771 (or 0x7F8771) is unknown color: approx Gunsmoke. HEX triplet: 7F, 87 and 71. RGB value is (127,135,113). Sum of RGB (Red+Green+Blue) = 127+135+113=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8771 is #80788E. Grayscale: #828282. Windows color (decimal): -8419471 or 7440255. OLE color: 7440255.

HSL color Cylindrical-coordinate representation of color #7F8771: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F8771 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB127135113-
CMYK0.0600.160.47
HSL81.82º8.87%48.63%-
HSV(B)81.82º16.3%52.94%-
XYZ20.423.0318.99-
YUV130.1118.35125.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.87%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=33.87%
G=36%
B=30.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271351130.0600.160.4781.828.8748.63
Hex7F877160102F52931
Octal1772071616020571221161
Binary111111110000111111000111001000010111110100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,135,113); }

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

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

 a { background-color: rgb(127,135,113); }

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

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

 span { border-color: rgb(127,135,113); }

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