Html Css Color HEX #808673 Gunsmoke

📋 copy color: '#808673'

red 128 ◦ green 134 ◦ blue 115

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

Shades of Gunsmoke #808673

Tints of Gunsmoke #808673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 33.95%
G = 35.54%
B = 30.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#808673 (or 0x808673) is known color: Gunsmoke. HEX triplet: 80, 86 and 73. RGB value is (128,134,115). Sum of RGB (Red+Green+Blue) = 128+134+115=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #808673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808673 is #7F798C. Grayscale: #828282. Windows color (decimal): -8354189 or 7571072. OLE color: 7571072.

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

Color convert

RGB 128 134 115 -
CMYK 0.04 0 0.14 0.47
HSL 78.95º 0.08% 0.49% -
HSV(B) 78.95º 0.14% 0.53% -
XYZ 20.52 22.88 19.55 -
YUV 130.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 128 134 115 0.04 0 0.14 0.47 78.95 0.08 0.49
Hex 80 86 73 4 0 E 2F 4F 8 31
Octal 200 206 163 4 0 16 57 117 10 61
Binary 10000000 10000110 1110011 100 0 1110 101111 1001111 1000 110001

Color Harmonies of #808673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808673

Black with #808673

Text Example


Text Example

White with #808673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808673; }

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

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

background-color css

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

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

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

border-color css

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

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

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