#838978

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

Shades of Gunsmoke #838978

Tints of Gunsmoke #838978

Color information

#838978 (or 0x838978) is unknown color: approx Gunsmoke. HEX triplet: 83, 89 and 78. RGB value is (131,137,120). Sum of RGB (Red+Green+Blue) = 131+137+120=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #838978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838978 is #7C7687. Grayscale: #858585. Windows color (decimal): -8156808 or 7899523. OLE color: 7899523.

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

Color convert

RGB131137120-
CMYK0.0400.120.46
HSL81.18º6.72%50.39%-
HSV(B)81.18º12.41%53.73%-
XYZ21.724.0721.27-
YUV133.27120.51126.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=33.76%
G=35.31%
B=30.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371200.0400.120.4681.186.7250.39
Hex83897840C2E51732
Octal203211170401456121762
Binary10000011100010011111000100011001011101010001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838978; }

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

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

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

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

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

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

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

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