#875B76

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

Shades of Strikemaster #875B76

Tints of Strikemaster #875B76

Color information

#875B76 (or 0x875B76) is unknown color: approx Strikemaster. HEX triplet: 87, 5B and 76. RGB value is (135,91,118). Sum of RGB (Red+Green+Blue) = 135+91+118=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #875B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B76 is #78A489. Grayscale: #6B6B6B. Windows color (decimal): -7906442 or 7756679. OLE color: 7756679.

HSL color Cylindrical-coordinate representation of color #875B76: hue angle of 323.18º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B76 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13591118-
CMYK00.330.130.47
HSL323.18º19.47%44.31%-
HSV(B)323.18º32.59%52.94%-
XYZ1713.9418.93-
YUV107.23134.08147.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=39.24%
G=26.45%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359111800.330.130.47323.1819.4744.31
Hex875B76021D2F143132c
Octal20713316604115575032354
Binary10000111101101111101100100001110110111110100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875B76; }

 p { color: rgb(135,91,118); }

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

<style>
 a { background-color: #875B76; }

 a { background-color: rgb(135,91,118); }

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

<style>
 span { border-color: #875B76; }

 span { border-color: rgb(135,91,118); }

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