#875F7A

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

Shades of Strikemaster #875F7A

Tints of Strikemaster #875F7A

Color information

#875F7A (or 0x875F7A) is unknown color: approx Strikemaster. HEX triplet: 87, 5F and 7A. RGB value is (135,95,122). Sum of RGB (Red+Green+Blue) = 135+95+122=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F7A is #78A085. Grayscale: #6D6D6D. Windows color (decimal): -7905414 or 8019847. OLE color: 8019847.

HSL color Cylindrical-coordinate representation of color #875F7A: hue angle of 319.5º degrees, saturation: 0.17, 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 #875F7A is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13595122-
CMYK00.300.100.47
HSL319.5º17.39%45.1%-
HSV(B)319.5º29.63%52.94%-
XYZ17.614.7420.33-
YUV110.04134.75145.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=38.35%
G=26.99%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359512200.300.100.47319.517.3945.1
Hex875F7A01EA2F140112d
Octal20713717203612575002155
Binary1000011110111111111010011110101010111110100000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,95,122); }

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

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

 a { background-color: rgb(135,95,122); }

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

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

 span { border-color: rgb(135,95,122); }

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