#818875

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

Shades of Gunsmoke #818875

Tints of Gunsmoke #818875

Color information

#818875 (or 0x818875) is unknown color: approx Gunsmoke. HEX triplet: 81, 88 and 75. RGB value is (129,136,117). Sum of RGB (Red+Green+Blue) = 129+136+117=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #818875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818875 is #7E778A. Grayscale: #838383. Windows color (decimal): -8288139 or 7702657. OLE color: 7702657.

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

Color convert

RGB129136117-
CMYK0.0500.140.47
HSL82.11º7.51%49.61%-
HSV(B)82.11º13.97%53.33%-
XYZ21.0723.5620.27-
YUV131.74119.68126.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=33.77%
G=35.60%
B=30.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291361170.0500.140.4782.117.5149.61
Hex81887550E2F52832
Octal2012101655016571221062
Binary100000011000100011101011010111010111110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818875; }

 p { color: rgb(129,136,117); }

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

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

 a { background-color: rgb(129,136,117); }

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

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

 span { border-color: rgb(129,136,117); }

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