#858978

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

Shades of Gunsmoke #858978

Tints of Gunsmoke #858978

Color information

#858978 (or 0x858978) is unknown color: approx Gunsmoke. HEX triplet: 85, 89 and 78. RGB value is (133,137,120). Sum of RGB (Red+Green+Blue) = 133+137+120=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 137 - color contains mainly: green. Hex color #858978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858978 is #7A7687. Grayscale: #858585. Windows color (decimal): -8025736 or 7899525. OLE color: 7899525.

HSL color Cylindrical-coordinate representation of color #858978: hue angle of 74.12º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858978 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB133137120-
CMYK0.0300.120.46
HSL74.12º6.72%50.39%-
HSV(B)74.12º12.41%53.73%-
XYZ22.0124.2321.29-
YUV133.87120.17127.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=34.10%
G=35.13%
B=30.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371200.0300.120.4674.126.7250.39
Hex85897830C2E4a732
Octal205211170301456112762
Binary1000010110001001111100011011001011101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858978; }

 p { color: rgb(133,137,120); }

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

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

 a { background-color: rgb(133,137,120); }

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

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

 span { border-color: rgb(133,137,120); }

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