#875E7A

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

Shades of Strikemaster #875E7A

Tints of Strikemaster #875E7A

Color information

#875E7A (or 0x875E7A) is unknown color: approx Strikemaster. HEX triplet: 87, 5E and 7A. RGB value is (135,94,122). Sum of RGB (Red+Green+Blue) = 135+94+122=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E7A is #78A185. Grayscale: #6D6D6D. Windows color (decimal): -7905670 or 8019591. OLE color: 8019591.

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

Color convert

RGB13594122-
CMYK00.300.100.47
HSL319.02º17.9%44.9%-
HSV(B)319.02º30.37%52.94%-
XYZ17.5114.5620.3-
YUV109.45135.08146.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=38.46%
G=26.78%
B=34.76%

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
Decimal1359412200.300.100.47319.0217.944.9
Hex875E7A01EA2F13f122d
Octal20713617203612574772255
Binary1000011110111101111010011110101010111110011111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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