#818775

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

Shades of Gunsmoke #818775

Tints of Gunsmoke #818775

Color information

#818775 (or 0x818775) is unknown color: approx Gunsmoke. HEX triplet: 81, 87 and 75. RGB value is (129,135,117). Sum of RGB (Red+Green+Blue) = 129+135+117=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #818775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818775 is #7E788A. Grayscale: #838383. Windows color (decimal): -8288395 or 7702401. OLE color: 7702401.

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

Color convert

RGB129135117-
CMYK0.0400.130.47
HSL80º7.14%49.41%-
HSV(B)80º13.33%52.94%-
XYZ20.9323.2820.22-
YUV131.15120.01126.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=33.86%
G=35.43%
B=30.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351170.0400.130.47807.1449.41
Hex81877540D2F50731
Octal201207165401557120761
Binary10000001100001111110101100011011011111010000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818775; }

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

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

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

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

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

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

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

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