#87697B

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

Shades of Strikemaster #87697B

Tints of Strikemaster #87697B

Color information

#87697B (or 0x87697B) is unknown color: approx Strikemaster. HEX triplet: 87, 69 and 7B. RGB value is (135,105,123). Sum of RGB (Red+Green+Blue) = 135+105+123=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87697B is #789684. Grayscale: #737373. Windows color (decimal): -7902853 or 8087943. OLE color: 8087943.

HSL color Cylindrical-coordinate representation of color #87697B: hue angle of 324º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87697B is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB135105123-
CMYK00.220.090.47
HSL324º12.5%47.06%-
HSV(B)324º22.22%52.94%-
XYZ18.6216.6820.98-
YUV116.02131.94141.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=37.19%
G=28.93%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510512300.220.090.4732412.547.06
Hex87697B01692F144d2f
Octal20715117302611575041557
Binary100001111101001111101101011010011011111010001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87697B; }

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

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

<style>
 a { background-color: #87697B; }

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

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

<style>
 span { border-color: #87697B; }

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

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