Html Css Color HEX #808679 Gunsmoke

📋 copy color: '#808679'

red 128 ◦ green 134 ◦ blue 121

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

Shades of Gunsmoke #808679

Tints of Gunsmoke #808679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 33.42%
G = 34.99%
B = 31.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#808679 (or 0x808679) is known color: Gunsmoke. HEX triplet: 80, 86 and 79. RGB value is (128,134,121). Sum of RGB (Red+Green+Blue) = 128+134+121=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #808679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808679 is #7F7986. Grayscale: #828282. Windows color (decimal): -8354183 or 7964288. OLE color: 7964288.

HSL color Cylindrical-coordinate representation of color #808679: hue angle of 87.69º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808679 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 121 -
CMYK 0.04 0 0.10 0.47
HSL 87.69º 0.05% 0.5% -
HSV(B) 87.69º 0.1% 0.53% -
XYZ 20.88 23.02 21.43 -
YUV 130.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 128 134 121 0.04 0 0.10 0.47 87.69 0.05 0.5
Hex 80 86 79 4 0 A 2F 58 5 32
Octal 200 206 171 4 0 12 57 130 5 62
Binary 10000000 10000110 1111001 100 0 1010 101111 1011000 101 110010

Color Harmonies of #808679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808679

Black with #808679

Text Example


Text Example

White with #808679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808679; }

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

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

background-color css

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

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

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

border-color css

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

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

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