#848880

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

Shades of Gunsmoke #848880

Tints of Gunsmoke #848880

Color information

#848880 (or 0x848880) is unknown color: approx Gunsmoke. HEX triplet: 84, 88 and 80. RGB value is (132,136,128). Sum of RGB (Red+Green+Blue) = 132+136+128=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #848880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848880 is #7B777F. Grayscale: #858585. Windows color (decimal): -8091520 or 8423556. OLE color: 8423556.

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

Color convert

RGB132136128-
CMYK0.0300.060.47
HSL90º3.25%51.76%-
HSV(B)90º5.88%53.33%-
XYZ22.2224.0723.9-
YUV133.89124.67126.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=33.33%
G=34.34%
B=32.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321361280.0300.060.47903.2551.76
Hex8488803062F5a334
Octal20421020030657132364
Binary100001001000100010000000110110101111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848880; }

 p { color: rgb(132,136,128); }

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

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

 a { background-color: rgb(132,136,128); }

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

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

 span { border-color: rgb(132,136,128); }

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