#87697E

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

Shades of Strikemaster #87697E

Tints of Strikemaster #87697E

Color information

#87697E (or 0x87697E) is unknown color: approx Strikemaster. HEX triplet: 87, 69 and 7E. RGB value is (135,105,126). Sum of RGB (Red+Green+Blue) = 135+105+126=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #87697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87697E is #789681. Grayscale: #747474. Windows color (decimal): -7902850 or 8284551. OLE color: 8284551.

HSL color Cylindrical-coordinate representation of color #87697E: hue angle of 318º 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 #87697E is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135105126-
CMYK00.220.070.47
HSL318º12.5%47.06%-
HSV(B)318º22.22%52.94%-
XYZ18.8116.7621.98-
YUV116.36133.44141.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=36.89%
G=28.69%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510512600.220.070.4731812.547.06
Hex87697E01672F13ed2f
Octal2071511760267574761557
Binary10000111110100111111100101101111011111001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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