#876074

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

Shades of Strikemaster #876074

Tints of Strikemaster #876074

Color information

#876074 (or 0x876074) is unknown color: approx Strikemaster. HEX triplet: 87, 60 and 74. RGB value is (135,96,116). Sum of RGB (Red+Green+Blue) = 135+96+116=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #876074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876074 is #789F8B. Grayscale: #6D6D6D. Windows color (decimal): -7905164 or 7626887. OLE color: 7626887.

HSL color Cylindrical-coordinate representation of color #876074: hue angle of 329.23º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876074 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13596116-
CMYK00.290.140.47
HSL329.23º16.88%45.29%-
HSV(B)329.23º28.89%52.94%-
XYZ17.3314.7818.46-
YUV109.94131.42145.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=38.90%
G=27.67%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359611600.290.140.47329.2316.8845.29
Hex87607401DE2F149112d
Octal20714016403516575112155
Binary1000011111000001110100011101111010111110100100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876074; }

 p { color: rgb(135,96,116); }

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

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

 a { background-color: rgb(135,96,116); }

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

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

 span { border-color: rgb(135,96,116); }

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