Html Css Color HEX #888C82 Gunsmoke

📋 copy color: '#888C82'

red 136 ◦ green 140 ◦ blue 130

#888C82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #888C82

Tints of Gunsmoke #888C82

RGB

 RED value IS 136 (53.52% from 255) = 33.5%

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 33.5%
G = 34.48%
B = 32.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#888C82 (or 0x888C82) is known color: 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

RGB 136 140 130 -
CMYK 0.03 0 0.07 0.45
HSL 84º 0.04% 0.53% -
HSV(B) 84º 0.07% 0.55% -
XYZ 23.56 25.6 24.82 -
YUV 137.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 136 140 130 0.03 0 0.07 0.45 84 0.04 0.53
Hex 88 8C 82 3 0 7 2D 54 4 35
Octal 210 214 202 3 0 7 55 124 4 65
Binary 10001000 10001100 10000010 11 0 111 101101 1010100 100 110101

Color Harmonies of #888C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C82

Black with #888C82

Text Example


Text Example

White with #888C82

Text Example


Text Example

HTML Codes & Css Web 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>