#838977

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

Shades of Gunsmoke #838977

Tints of Gunsmoke #838977

Color information

#838977 (or 0x838977) is unknown color: approx Gunsmoke. HEX triplet: 83, 89 and 77. RGB value is (131,137,119). Sum of RGB (Red+Green+Blue) = 131+137+119=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #838977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838977 is #7C7688. Grayscale: #858585. Windows color (decimal): -8156809 or 7833987. OLE color: 7833987.

HSL color Cylindrical-coordinate representation of color #838977: hue angle of 80º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #838977 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB131137119-
CMYK0.0400.130.46
HSL80º7.09%50.2%-
HSV(B)80º13.14%53.73%-
XYZ21.6424.0520.95-
YUV133.15120.01126.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=33.85%
G=35.40%
B=30.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371190.0400.130.46807.0950.2
Hex83897740D2E50732
Octal203211167401556120762
Binary10000011100010011110111100011011011101010000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838977; }

 p { color: rgb(131,137,119); }

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

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

 a { background-color: rgb(131,137,119); }

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

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

 span { border-color: rgb(131,137,119); }

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