#7F827A

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

Shades of Gunsmoke #7F827A

Tints of Gunsmoke #7F827A

Color information

#7F827A (or 0x7F827A) is unknown color: approx Gunsmoke. HEX triplet: 7F, 82 and 7A. RGB value is (127,130,122). Sum of RGB (Red+Green+Blue) = 127+130+122=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 130 - color contains mainly: green. Hex color #7F827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F827A is #807D85. Grayscale: #808080. Windows color (decimal): -8420742 or 8028799. OLE color: 8028799.

HSL color Cylindrical-coordinate representation of color #7F827A: hue angle of 82.5º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7F827A is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB127130122-
CMYK0.0200.060.49
HSL82.5º3.17%49.41%-
HSV(B)82.5º6.15%50.98%-
XYZ20.2521.8821.57-
YUV128.19124.51127.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.51%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=33.51%
G=34.30%
B=32.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1271301220.0200.060.4982.53.1749.41
Hex7F827A2063153331
Octal17720217220661123361
Binary1111111100000101111010100110110001101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,130,122); }

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

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

 a { background-color: rgb(127,130,122); }

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

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

 span { border-color: rgb(127,130,122); }

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