#80817B

Color #80817B Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #80817B

Tints of Gunsmoke #80817B

Color information

#80817B (or 0x80817B) is unknown color: approx Gunsmoke. HEX triplet: 80, 81 and 7B. RGB value is (128,129,123). Sum of RGB (Red+Green+Blue) = 128+129+123=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 129 - color contains mainly: green. Hex color #80817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80817B is #7F7E84. Grayscale: #808080. Windows color (decimal): -8355461 or 8094080. OLE color: 8094080.

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

Color convert

RGB128129123-
CMYK0.0100.050.49
HSL70º2.38%49.41%-
HSV(B)70º4.65%50.59%-
XYZ20.3321.7221.86-
YUV128.02125.17127.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=33.68%
G=33.95%
B=32.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281291230.0100.050.49702.3849.41
Hex80817B1053146231
Octal20020117310561106261
Binary1000000010000001111101110101110001100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80817B; }

 p { color: rgb(128,129,123); }

 H1.HeaderClassName
 {
   color: #80817B;
 }
 .AnyTagClassName
 {
   color: #80817B;
 }
</style>
background-color css

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

 a { background-color: rgb(128,129,123); }

 div.DivClassName
 {
   background-color: #80817B;
 }
 .BgClassName
 {
   background-color: #80817B;
 }
</style>
border-color css

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

 span { border-color: rgb(128,129,123); }

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