#848C75

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

Shades of Gunsmoke #848C75

Tints of Gunsmoke #848C75

Color information

#848C75 (or 0x848C75) is unknown color: approx Gunsmoke. HEX triplet: 84, 8C and 75. RGB value is (132,140,117). Sum of RGB (Red+Green+Blue) = 132+140+117=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #848C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C75 is #7B738A. Grayscale: #878787. Windows color (decimal): -8090507 or 7703684. OLE color: 7703684.

HSL color Cylindrical-coordinate representation of color #848C75: hue angle of 80.87º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #848C75 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB132140117-
CMYK0.0600.160.45
HSL80.87º9.09%50.39%-
HSV(B)80.87º16.43%54.9%-
XYZ22.124.9520.48-
YUV134.99117.85125.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=33.93%
G=35.99%
B=30.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321401170.0600.160.4580.879.0950.39
Hex848C7560102D51932
Octal2042141656020551211162
Binary1000010010001100111010111001000010110110100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848C75; }

 p { color: rgb(132,140,117); }

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

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

 a { background-color: rgb(132,140,117); }

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

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

 span { border-color: rgb(132,140,117); }

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