#875374

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

Shades of Strikemaster #875374

Tints of Strikemaster #875374

Color information

#875374 (or 0x875374) is unknown color: approx Strikemaster. HEX triplet: 87, 53 and 74. RGB value is (135,83,116). Sum of RGB (Red+Green+Blue) = 135+83+116=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875374 is #78AC8B. Grayscale: #666666. Windows color (decimal): -7908492 or 7623559. OLE color: 7623559.

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

Color convert

RGB13583116-
CMYK00.390.140.47
HSL321.92º23.85%42.75%-
HSV(B)321.92º38.52%52.94%-
XYZ16.2412.618.1-
YUV102.31135.73151.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 116 (45.70% from 255) = 34.73%
R=40.42%
G=24.85%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358311600.390.140.47321.9223.8542.75
Hex875374027E2F142182b
Octal20712316404716575023053
Binary10000111101001111101000100111111010111110100001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875374; }

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

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

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

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

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

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

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

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