Html Css Color HEX #808474 Gunsmoke

📋 copy color: '#808474'

red 128 ◦ green 132 ◦ blue 116

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

Shades of Gunsmoke #808474

Tints of Gunsmoke #808474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 34.04%
G = 35.11%
B = 30.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#808474 (or 0x808474) is known color: Gunsmoke. HEX triplet: 80, 84 and 74. RGB value is (128,132,116). Sum of RGB (Red+Green+Blue) = 128+132+116=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #808474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808474 is #7F7B8B. Grayscale: #818181. Windows color (decimal): -8354700 or 7636096. OLE color: 7636096.

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

Color convert

RGB 128 132 116 -
CMYK 0.03 0 0.12 0.48
HSL 75º 0.06% 0.49% -
HSV(B) 75º 0.12% 0.52% -
XYZ 20.31 22.35 19.77 -
YUV 128.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 128 132 116 0.03 0 0.12 0.48 75 0.06 0.49
Hex 80 84 74 3 0 C 30 4B 6 31
Octal 200 204 164 3 0 14 60 113 6 61
Binary 10000000 10000100 1110100 11 0 1100 110000 1001011 110 110001

Color Harmonies of #808474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808474

Black with #808474

Text Example


Text Example

White with #808474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808474; }

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

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

background-color css

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

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

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

border-color css

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

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

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