Html Css Color HEX #808674 Gunsmoke

📋 copy color: '#808674'

red 128 ◦ green 134 ◦ blue 116

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

Shades of Gunsmoke #808674

Tints of Gunsmoke #808674

RGB

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

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

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

R = 33.86%
G = 35.45%
B = 30.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#808674 (or 0x808674) is known color: Gunsmoke. HEX triplet: 80, 86 and 74. RGB value is (128,134,116). Sum of RGB (Red+Green+Blue) = 128+134+116=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #808674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808674 is #7F798B. Grayscale: #828282. Windows color (decimal): -8354188 or 7636608. OLE color: 7636608.

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

Color convert

RGB 128 134 116 -
CMYK 0.04 0 0.13 0.47
HSL 80º 0.07% 0.49% -
HSV(B) 80º 0.13% 0.53% -
XYZ 20.58 22.9 19.86 -
YUV 130.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 128 134 116 0.04 0 0.13 0.47 80 0.07 0.49
Hex 80 86 74 4 0 D 2F 50 7 31
Octal 200 206 164 4 0 15 57 120 7 61
Binary 10000000 10000110 1110100 100 0 1101 101111 1010000 111 110001

Color Harmonies of #808674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808674

Black with #808674

Text Example


Text Example

White with #808674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808674; }

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

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

background-color css

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

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

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

border-color css

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

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

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