#818870

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

Shades of Gunsmoke #818870

Tints of Gunsmoke #818870

Color information

#818870 (or 0x818870) is unknown color: approx Gunsmoke. HEX triplet: 81, 88 and 70. RGB value is (129,136,112). Sum of RGB (Red+Green+Blue) = 129+136+112=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #818870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818870 is #7E778F. Grayscale: #838383. Windows color (decimal): -8288144 or 7374977. OLE color: 7374977.

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

Color convert

RGB129136112-
CMYK0.0500.180.47
HSL77.5º9.68%48.63%-
HSV(B)77.5º17.65%53.33%-
XYZ20.7823.4518.76-
YUV131.17117.18126.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=34.22%
G=36.07%
B=29.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291361120.0500.180.4777.59.6848.63
Hex81887050122F4da31
Octal2012101605022571151261
Binary1000000110001000111000010101001010111110011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818870; }

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

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

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

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

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

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

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

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