#87677D

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

Shades of Strikemaster #87677D

Tints of Strikemaster #87677D

Color information

#87677D (or 0x87677D) is unknown color: approx Strikemaster. HEX triplet: 87, 67 and 7D. RGB value is (135,103,125). Sum of RGB (Red+Green+Blue) = 135+103+125=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87677D is #789882. Grayscale: #737373. Windows color (decimal): -7903363 or 8218503. OLE color: 8218503.

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

Color convert

RGB135103125-
CMYK00.240.070.47
HSL318.75º13.45%46.67%-
HSV(B)318.75º23.7%52.94%-
XYZ18.5416.3321.58-
YUV115.08133.6142.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=37.19%
G=28.37%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510312500.240.070.47318.7513.4546.67
Hex87677D01872F13fd2f
Octal2071471750307574771557
Binary10000111110011111111010110001111011111001111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87677D; }

 p { color: rgb(135,103,125); }

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

<style>
 a { background-color: #87677D; }

 a { background-color: rgb(135,103,125); }

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

<style>
 span { border-color: #87677D; }

 span { border-color: rgb(135,103,125); }

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