#87667B

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

Shades of Strikemaster #87667B

Tints of Strikemaster #87667B

Color information

#87667B (or 0x87667B) is unknown color: approx Strikemaster. HEX triplet: 87, 66 and 7B. RGB value is (135,102,123). Sum of RGB (Red+Green+Blue) = 135+102+123=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87667B is #789984. Grayscale: #727272. Windows color (decimal): -7903621 or 8087175. OLE color: 8087175.

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

Color convert

RGB135102123-
CMYK00.240.090.47
HSL321.82º13.92%46.47%-
HSV(B)321.82º24.44%52.94%-
XYZ18.3216.0820.88-
YUV114.26132.93142.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=37.5%
G=28.33%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510212300.240.090.47321.8213.9246.47
Hex87667B01892F142e2e
Octal20714617303011575021656
Binary100001111100110111101101100010011011111010000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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