#875E7B

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

Shades of Strikemaster #875E7B

Tints of Strikemaster #875E7B

Color information

#875E7B (or 0x875E7B) is unknown color: approx Strikemaster. HEX triplet: 87, 5E and 7B. RGB value is (135,94,123). Sum of RGB (Red+Green+Blue) = 135+94+123=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E7B is #78A184. Grayscale: #6D6D6D. Windows color (decimal): -7905669 or 8085127. OLE color: 8085127.

HSL color Cylindrical-coordinate representation of color #875E7B: hue angle of 317.56º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875E7B is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13594123-
CMYK00.300.090.47
HSL317.56º17.9%44.9%-
HSV(B)317.56º30.37%52.94%-
XYZ17.5714.5920.63-
YUV109.56135.58146.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=38.35%
G=26.70%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359412300.300.090.47317.5617.944.9
Hex875E7B01E92F13e122d
Octal20713617303611574762255
Binary1000011110111101111011011110100110111110011111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,94,123); }

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

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

 a { background-color: rgb(135,94,123); }

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

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

 span { border-color: rgb(135,94,123); }

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