Html Css Color HEX #808376 Gunsmoke

📋 copy color: '#808376'

red 128 ◦ green 131 ◦ blue 118

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

Shades of Gunsmoke #808376

Tints of Gunsmoke #808376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 33.95%
G = 34.75%
B = 31.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#808376 (or 0x808376) is known color: Gunsmoke. HEX triplet: 80, 83 and 76. RGB value is (128,131,118). Sum of RGB (Red+Green+Blue) = 128+131+118=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 131 - color contains mainly: green. Hex color #808376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808376 is #7F7C89. Grayscale: #808080. Windows color (decimal): -8354954 or 7766912. OLE color: 7766912.

HSL color Cylindrical-coordinate representation of color #808376: hue angle of 73.85º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808376 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 131 118 -
CMYK 0.02 0 0.10 0.49
HSL 73.85º 0.05% 0.49% -
HSV(B) 73.85º 0.1% 0.51% -
XYZ 20.29 22.13 20.34 -
YUV 128.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 128 131 118 0.02 0 0.10 0.49 73.85 0.05 0.49
Hex 80 83 76 2 0 A 31 4A 5 31
Octal 200 203 166 2 0 12 61 112 5 61
Binary 10000000 10000011 1110110 10 0 1010 110001 1001010 101 110001

Color Harmonies of #808376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808376

Black with #808376

Text Example


Text Example

White with #808376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808376; }

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

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

background-color css

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

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

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

border-color css

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

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

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