#876B7B

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

Shades of Strikemaster #876B7B

Tints of Strikemaster #876B7B

Color information

#876B7B (or 0x876B7B) is unknown color: approx Strikemaster. HEX triplet: 87, 6B and 7B. RGB value is (135,107,123). Sum of RGB (Red+Green+Blue) = 135+107+123=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #876B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B7B is #789484. Grayscale: #757575. Windows color (decimal): -7902341 or 8088455. OLE color: 8088455.

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

Color convert

RGB135107123-
CMYK00.210.090.47
HSL325.71º11.57%47.45%-
HSV(B)325.71º20.74%52.94%-
XYZ18.8217.121.05-
YUV117.2131.28140.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 123 (48.44% from 255) = 33.70%
R=36.99%
G=29.32%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510712300.210.090.47325.7111.5747.45
Hex876B7B01592F146c2f
Octal20715317302511575061457
Binary100001111101011111101101010110011011111010001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876B7B; }

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

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

<style>
 a { background-color: #876B7B; }

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

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

<style>
 span { border-color: #876B7B; }

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

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