#875C78

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

Shades of Strikemaster #875C78

Tints of Strikemaster #875C78

Color information

#875C78 (or 0x875C78) is unknown color: approx Strikemaster. HEX triplet: 87, 5C and 78. RGB value is (135,92,120). Sum of RGB (Red+Green+Blue) = 135+92+120=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #875C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C78 is #78A387. Grayscale: #6B6B6B. Windows color (decimal): -7906184 or 7888007. OLE color: 7888007.

HSL color Cylindrical-coordinate representation of color #875C78: hue angle of 320.93º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #875C78 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13592120-
CMYK00.320.110.47
HSL320.93º18.94%44.51%-
HSV(B)320.93º31.85%52.94%-
XYZ17.2114.1619.6-
YUV108.05134.75147.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=38.90%
G=26.51%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359212000.320.110.47320.9318.9444.51
Hex875C78020B2F141132d
Octal20713417004013575012355
Binary10000111101110011110000100000101110111110100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875C78; }

 p { color: rgb(135,92,120); }

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

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

 a { background-color: rgb(135,92,120); }

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

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

 span { border-color: rgb(135,92,120); }

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