#858A7D

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

Shades of Gunsmoke #858A7D

Tints of Gunsmoke #858A7D

Color information

#858A7D (or 0x858A7D) is unknown color: approx Gunsmoke. HEX triplet: 85, 8A and 7D. RGB value is (133,138,125). Sum of RGB (Red+Green+Blue) = 133+138+125=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 138 - color contains mainly: green. Hex color #858A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858A7D is #7A7582. Grayscale: #878787. Windows color (decimal): -8025475 or 8227461. OLE color: 8227461.

HSL color Cylindrical-coordinate representation of color #858A7D: hue angle of 83.08º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858A7D is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB133138125-
CMYK0.0400.090.46
HSL83.08º5.26%51.57%-
HSV(B)83.08º9.42%54.12%-
XYZ22.4624.6422.97-
YUV135.02122.34126.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.59%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=33.59%
G=34.85%
B=31.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331381250.0400.090.4683.085.2651.57
Hex858A7D4092E53534
Octal205212175401156123564
Binary10000101100010101111101100010011011101010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,138,125); }

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

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

 a { background-color: rgb(133,138,125); }

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

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

 span { border-color: rgb(133,138,125); }

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