Html Css Color HEX #808479 Gunsmoke

📋 copy color: '#808479'

red 128 ◦ green 132 ◦ blue 121

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

Shades of Gunsmoke #808479

Tints of Gunsmoke #808479

RGB

 RED value IS 128 (50.39% from 255) = 33.6%

 GREEN value IS 132 (51.95% from 255) = 34.65%

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 33.6%
G = 34.65%
B = 31.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#808479 (or 0x808479) is known color: Gunsmoke. HEX triplet: 80, 84 and 79. RGB value is (128,132,121). Sum of RGB (Red+Green+Blue) = 128+132+121=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #808479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808479 is #7F7B86. Grayscale: #818181. Windows color (decimal): -8354695 or 7963776. OLE color: 7963776.

HSL color Cylindrical-coordinate representation of color #808479: hue angle of 81.82º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #808479 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 121 -
CMYK 0.03 0 0.08 0.48
HSL 81.82º 0.04% 0.5% -
HSV(B) 81.82º 0.08% 0.52% -
XYZ 20.6 22.47 21.34 -
YUV 129.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 128 132 121 0.03 0 0.08 0.48 81.82 0.04 0.5
Hex 80 84 79 3 0 8 30 52 4 32
Octal 200 204 171 3 0 10 60 122 4 62
Binary 10000000 10000100 1111001 11 0 1000 110000 1010010 100 110010

Color Harmonies of #808479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808479

Black with #808479

Text Example


Text Example

White with #808479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808479; }

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

 H1.HeaderClassName
 {
   color: #808479;
 }
 .AnyTagClassName
 {
   color: #808479;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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