#886075

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

Shades of Strikemaster #886075

Tints of Strikemaster #886075

Color information

#886075 (or 0x886075) is unknown color: approx Strikemaster. HEX triplet: 88, 60 and 75. RGB value is (136,96,117). Sum of RGB (Red+Green+Blue) = 136+96+117=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886075 is #779F8A. Grayscale: #6E6E6E. Windows color (decimal): -7839627 or 7692424. OLE color: 7692424.

HSL color Cylindrical-coordinate representation of color #886075: hue angle of 328.5º 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 #886075 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13696117-
CMYK00.290.140.47
HSL328.5º17.24%45.49%-
HSV(B)328.5º29.41%53.33%-
XYZ17.5514.8818.78-
YUV110.35131.75146.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=38.97%
G=27.51%
B=33.52%

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
Decimal1369611700.290.140.47328.517.2445.49
Hex88607501DE2F148112d
Octal21014016503516575102155
Binary1000100011000001110101011101111010111110100100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886075; }

 p { color: rgb(136,96,117); }

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

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

 a { background-color: rgb(136,96,117); }

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

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

 span { border-color: rgb(136,96,117); }

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