#876B7A

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

Shades of Strikemaster #876B7A

Tints of Strikemaster #876B7A

Color information

#876B7A (or 0x876B7A) is unknown color: approx Strikemaster. HEX triplet: 87, 6B and 7A. RGB value is (135,107,122). Sum of RGB (Red+Green+Blue) = 135+107+122=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #876B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B7A is #789485. Grayscale: #757575. Windows color (decimal): -7902342 or 8022919. OLE color: 8022919.

HSL color Cylindrical-coordinate representation of color #876B7A: hue angle of 327.86º 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 #876B7A is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB135107122-
CMYK00.210.100.47
HSL327.86º11.57%47.45%-
HSV(B)327.86º20.74%52.94%-
XYZ18.7617.0720.72-
YUV117.08130.78140.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=37.09%
G=29.40%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510712200.210.100.47327.8611.5747.45
Hex876B7A015A2F148c2f
Octal20715317202512575101457
Binary100001111101011111101001010110101011111010010001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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