Html Css Color HEX #808676 Gunsmoke

📋 copy color: '#808676'

red 128 ◦ green 134 ◦ blue 118

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

Shades of Gunsmoke #808676

Tints of Gunsmoke #808676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 33.68%
G = 35.26%
B = 31.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#808676 (or 0x808676) is known color: Gunsmoke. HEX triplet: 80, 86 and 76. RGB value is (128,134,118). Sum of RGB (Red+Green+Blue) = 128+134+118=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #808676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808676 is #7F7989. Grayscale: #828282. Windows color (decimal): -8354186 or 7767680. OLE color: 7767680.

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

Color convert

RGB 128 134 118 -
CMYK 0.04 0 0.12 0.47
HSL 82.5º 0.06% 0.49% -
HSV(B) 82.5º 0.12% 0.53% -
XYZ 20.7 22.95 20.48 -
YUV 130.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 128 134 118 0.04 0 0.12 0.47 82.5 0.06 0.49
Hex 80 86 76 4 0 C 2F 52 6 31
Octal 200 206 166 4 0 14 57 122 6 61
Binary 10000000 10000110 1110110 100 0 1100 101111 1010010 110 110001

Color Harmonies of #808676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808676

Black with #808676

Text Example


Text Example

White with #808676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808676; }

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

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

background-color css

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

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

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

border-color css

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

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

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