#888C82

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

Shades of Gunsmoke #888C82

Tints of Gunsmoke #888C82

Color information

#888C82 (or 0x888C82) is unknown color: approx Gunsmoke. HEX triplet: 88, 8C and 82. RGB value is (136,140,130). Sum of RGB (Red+Green+Blue) = 136+140+130=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 140 - color contains mainly: green. Hex color #888C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C82 is #77737D. Grayscale: #898989. Windows color (decimal): -7828350 or 8555656. OLE color: 8555656.

HSL color Cylindrical-coordinate representation of color #888C82: hue angle of 84º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888C82 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB136140130-
CMYK0.0300.070.45
HSL84º4.17%52.94%-
HSV(B)84º7.14%54.9%-
XYZ23.5625.624.82-
YUV137.66123.67126.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=33.50%
G=34.48%
B=32.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361401300.0300.070.45844.1752.94
Hex888C823072D54435
Octal21021420230755124465
Binary1000100010001100100000101101111011011010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888C82; }

 p { color: rgb(136,140,130); }

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

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

 a { background-color: rgb(136,140,130); }

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

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

 span { border-color: rgb(136,140,130); }

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