#875375

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

Shades of Strikemaster #875375

Tints of Strikemaster #875375

Color information

#875375 (or 0x875375) is unknown color: approx Strikemaster. HEX triplet: 87, 53 and 75. RGB value is (135,83,117). Sum of RGB (Red+Green+Blue) = 135+83+117=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875375 is #78AC8A. Grayscale: #666666. Windows color (decimal): -7908491 or 7689095. OLE color: 7689095.

HSL color Cylindrical-coordinate representation of color #875375: hue angle of 320.77º 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 #875375 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13583117-
CMYK00.390.130.47
HSL320.77º23.85%42.75%-
HSV(B)320.77º38.52%52.94%-
XYZ16.312.6218.41-
YUV102.42136.23151.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=40.30%
G=24.78%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358311700.390.130.47320.7723.8542.75
Hex875375027D2F141182b
Octal20712316504715575013053
Binary10000111101001111101010100111110110111110100000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875375; }

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

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

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

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

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

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

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

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