#838B78

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

Shades of Gunsmoke #838B78

Tints of Gunsmoke #838B78

Color information

#838B78 (or 0x838B78) is unknown color: approx Gunsmoke. HEX triplet: 83, 8B and 78. RGB value is (131,139,120). Sum of RGB (Red+Green+Blue) = 131+139+120=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 139 - color contains mainly: green. Hex color #838B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B78 is #7C7487. Grayscale: #868686. Windows color (decimal): -8156296 or 7900035. OLE color: 7900035.

HSL color Cylindrical-coordinate representation of color #838B78: hue angle of 85.26º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838B78 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB131139120-
CMYK0.0600.140.45
HSL85.26º7.57%50.78%-
HSV(B)85.26º13.67%54.51%-
XYZ21.9824.6521.37-
YUV134.44119.85125.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=33.59%
G=35.64%
B=30.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311391200.0600.140.4585.267.5750.78
Hex838B7860E2D55833
Octal2032131706016551251063
Binary100000111000101111110001100111010110110101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B78; }

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

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

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

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

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

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

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

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