#838779

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

Shades of Gunsmoke #838779

Tints of Gunsmoke #838779

Color information

#838779 (or 0x838779) is unknown color: approx Gunsmoke. HEX triplet: 83, 87 and 79. RGB value is (131,135,121). Sum of RGB (Red+Green+Blue) = 131+135+121=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 135 - color contains mainly: green. Hex color #838779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838779 is #7C7886. Grayscale: #848484. Windows color (decimal): -8157319 or 7964547. OLE color: 7964547.

HSL color Cylindrical-coordinate representation of color #838779: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838779 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB131135121-
CMYK0.0300.100.47
HSL77.14º5.51%50.2%-
HSV(B)77.14º10.37%52.94%-
XYZ21.4823.5321.5-
YUV132.21121.67127.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=33.85%
G=34.88%
B=31.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311351210.0300.100.4777.145.5150.2
Hex83877930A2F4d632
Octal203207171301257115662
Binary1000001110000111111100111010101011111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838779; }

 p { color: rgb(131,135,121); }

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

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

 a { background-color: rgb(131,135,121); }

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

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

 span { border-color: rgb(131,135,121); }

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