#7F856F

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

Shades of Gunsmoke #7F856F

Tints of Gunsmoke #7F856F

Color information

#7F856F (or 0x7F856F) is unknown color: approx Gunsmoke. HEX triplet: 7F, 85 and 6F. RGB value is (127,133,111). Sum of RGB (Red+Green+Blue) = 127+133+111=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #7F856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F856F is #807A90. Grayscale: #808080. Windows color (decimal): -8419985 or 7308671. OLE color: 7308671.

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

Color convert

RGB127133111-
CMYK0.0500.170.48
HSL76.36º9.02%47.84%-
HSV(B)76.36º16.54%52.16%-
XYZ20.0122.4318.31-
YUV128.7118.01126.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.23%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=34.23%
G=35.85%
B=29.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271331110.0500.170.4876.369.0247.84
Hex7F856F5011304c930
Octal1772051575021601141160
Binary111111110000101110111110101000111000010011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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