#7F8675

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

Shades of Gunsmoke #7F8675

Tints of Gunsmoke #7F8675

Color information

#7F8675 (or 0x7F8675) is unknown color: approx Gunsmoke. HEX triplet: 7F, 86 and 75. RGB value is (127,134,117). Sum of RGB (Red+Green+Blue) = 127+134+117=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8675 is #80798A. Grayscale: #828282. Windows color (decimal): -8419723 or 7702143. OLE color: 7702143.

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

Color convert

RGB127134117-
CMYK0.0500.130.47
HSL84.71º6.77%49.22%-
HSV(B)84.71º12.69%52.55%-
XYZ20.4922.8520.16-
YUV129.97120.68125.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.60%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=33.60%
G=35.45%
B=30.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271341170.0500.130.4784.716.7749.22
Hex7F867550D2F55731
Octal177206165501557125761
Binary1111111100001101110101101011011011111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,134,117); }

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

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

 a { background-color: rgb(127,134,117); }

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

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

 span { border-color: rgb(127,134,117); }

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