#81827F

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

Shades of Gunsmoke #81827F

Tints of Gunsmoke #81827F

Color information

#81827F (or 0x81827F) is unknown color: approx Gunsmoke. HEX triplet: 81, 82 and 7F. RGB value is (129,130,127). Sum of RGB (Red+Green+Blue) = 129+130+127=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 130 - color contains mainly: green. Hex color #81827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81827F is #7E7D80. Grayscale: #818181. Windows color (decimal): -8289665 or 8356481. OLE color: 8356481.

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

Color convert

RGB129130127-
CMYK0.0100.020.49
HSL80º1.19%50.39%-
HSV(B)80º2.31%50.98%-
XYZ20.8722.1623.26-
YUV129.36126.67127.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 127 (50% from 255) = 32.90%
R=33.42%
G=33.68%
B=32.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291301270.0100.020.49801.1950.39
Hex81827F1023150132
Octal20120217710261120162
Binary10000001100000101111111101011000110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81827F; }

 p { color: rgb(129,130,127); }

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

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

 a { background-color: rgb(129,130,127); }

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

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

 span { border-color: rgb(129,130,127); }

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