#875474

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

Shades of Strikemaster #875474

Tints of Strikemaster #875474

Color information

#875474 (or 0x875474) is unknown color: approx Strikemaster. HEX triplet: 87, 54 and 74. RGB value is (135,84,116). Sum of RGB (Red+Green+Blue) = 135+84+116=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875474 is #78AB8B. Grayscale: #666666. Windows color (decimal): -7908236 or 7623815. OLE color: 7623815.

HSL color Cylindrical-coordinate representation of color #875474: hue angle of 322.35º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875474 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13584116-
CMYK00.380.140.47
HSL322.35º23.29%42.94%-
HSV(B)322.35º37.78%52.94%-
XYZ16.3112.7518.12-
YUV102.9135.4150.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=40.30%
G=25.07%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358411600.380.140.47322.3523.2942.94
Hex875474026E2F142172b
Octal20712416404616575022753
Binary10000111101010011101000100110111010111110100001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875474; }

 p { color: rgb(135,84,116); }

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

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

 a { background-color: rgb(135,84,116); }

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

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

 span { border-color: rgb(135,84,116); }

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