#81847D

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

Shades of Gunsmoke #81847D

Tints of Gunsmoke #81847D

Color information

#81847D (or 0x81847D) is unknown color: approx Gunsmoke. HEX triplet: 81, 84 and 7D. RGB value is (129,132,125). Sum of RGB (Red+Green+Blue) = 129+132+125=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 132 - color contains mainly: green. Hex color #81847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81847D is #7E7B82. Grayscale: #828282. Windows color (decimal): -8289155 or 8225921. OLE color: 8225921.

HSL color Cylindrical-coordinate representation of color #81847D: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #81847D is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB129132125-
CMYK0.0200.050.48
HSL85.71º2.77%50.39%-
HSV(B)85.71º5.3%51.76%-
XYZ21.0122.6522.67-
YUV130.3125.01127.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=33.42%
G=34.20%
B=32.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291321250.0200.050.4885.712.7750.39
Hex81847D2053056332
Octal20120417520560126362
Binary10000001100001001111101100101110000101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81847D; }

 p { color: rgb(129,132,125); }

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

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

 a { background-color: rgb(129,132,125); }

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

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

 span { border-color: rgb(129,132,125); }

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