#818770

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

Shades of Gunsmoke #818770

Tints of Gunsmoke #818770

Color information

#818770 (or 0x818770) is unknown color: approx Gunsmoke. HEX triplet: 81, 87 and 70. RGB value is (129,135,112). Sum of RGB (Red+Green+Blue) = 129+135+112=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #818770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818770 is #7E788F. Grayscale: #828282. Windows color (decimal): -8288400 or 7374721. OLE color: 7374721.

HSL color Cylindrical-coordinate representation of color #818770: hue angle of 75.65º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #818770 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB129135112-
CMYK0.0400.170.47
HSL75.65º9.31%48.43%-
HSV(B)75.65º17.04%52.94%-
XYZ20.6423.1618.71-
YUV130.58117.51126.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=34.31%
G=35.90%
B=29.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351120.0400.170.4775.659.3148.43
Hex81877040112F4c930
Octal2012071604021571141160
Binary1000000110000111111000010001000110111110011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818770; }

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

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

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

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

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

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

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

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