Html Css Color HEX #808573 Gunsmoke

📋 copy color: '#808573'

red 128 ◦ green 133 ◦ blue 115

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

Shades of Gunsmoke #808573

Tints of Gunsmoke #808573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 34.04%
G = 35.37%
B = 30.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#808573 (or 0x808573) is known color: Gunsmoke. HEX triplet: 80, 85 and 73. RGB value is (128,133,115). Sum of RGB (Red+Green+Blue) = 128+133+115=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #808573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808573 is #7F7A8C. Grayscale: #818181. Windows color (decimal): -8354445 or 7570816. OLE color: 7570816.

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

Color convert

RGB 128 133 115 -
CMYK 0.04 0 0.14 0.48
HSL 76.67º 0.07% 0.49% -
HSV(B) 76.67º 0.14% 0.52% -
XYZ 20.38 22.6 19.51 -
YUV 129.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 128 133 115 0.04 0 0.14 0.48 76.67 0.07 0.49
Hex 80 85 73 4 0 E 30 4D 7 31
Octal 200 205 163 4 0 16 60 115 7 61
Binary 10000000 10000101 1110011 100 0 1110 110000 1001101 111 110001

Color Harmonies of #808573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808573

Black with #808573

Text Example


Text Example

White with #808573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808573; }

 p { color: rgb(128,133,115); }

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

background-color css

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

 a { background-color: rgb(128,133,115); }

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

border-color css

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

 span { border-color: rgb(128,133,115); }

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