#875C7B

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

Shades of Strikemaster #875C7B

Tints of Strikemaster #875C7B

Color information

#875C7B (or 0x875C7B) is unknown color: approx Strikemaster. HEX triplet: 87, 5C and 7B. RGB value is (135,92,123). Sum of RGB (Red+Green+Blue) = 135+92+123=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #875C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C7B is #78A384. Grayscale: #6C6C6C. Windows color (decimal): -7906181 or 8084615. OLE color: 8084615.

HSL color Cylindrical-coordinate representation of color #875C7B: hue angle of 316.74º 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 #875C7B is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13592123-
CMYK00.320.090.47
HSL316.74º18.94%44.51%-
HSV(B)316.74º31.85%52.94%-
XYZ17.3914.2420.57-
YUV108.39136.25146.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=38.57%
G=26.29%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359212300.320.090.47316.7418.9444.51
Hex875C7B02092F13d132d
Octal20713417304011574752355
Binary10000111101110011110110100000100110111110011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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