#858B7C

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

Shades of Gunsmoke #858B7C

Tints of Gunsmoke #858B7C

Color information

#858B7C (or 0x858B7C) is unknown color: approx Gunsmoke. HEX triplet: 85, 8B and 7C. RGB value is (133,139,124). Sum of RGB (Red+Green+Blue) = 133+139+124=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #858B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B7C is #7A7483. Grayscale: #878787. Windows color (decimal): -8025220 or 8162181. OLE color: 8162181.

HSL color Cylindrical-coordinate representation of color #858B7C: hue angle of 84º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858B7C is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB133139124-
CMYK0.0400.110.45
HSL84º6.07%51.57%-
HSV(B)84º10.79%54.51%-
XYZ22.5424.9122.69-
YUV135.5121.51126.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.59%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=33.59%
G=35.10%
B=31.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331391240.0400.110.45846.0751.57
Hex858B7C40B2D54634
Octal205213174401355124664
Binary10000101100010111111100100010111011011010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858B7C; }

 p { color: rgb(133,139,124); }

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

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

 a { background-color: rgb(133,139,124); }

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

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

 span { border-color: rgb(133,139,124); }

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