#886074

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

Shades of Strikemaster #886074

Tints of Strikemaster #886074

Color information

#886074 (or 0x886074) is unknown color: approx Strikemaster. HEX triplet: 88, 60 and 74. RGB value is (136,96,116). Sum of RGB (Red+Green+Blue) = 136+96+116=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #886074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886074 is #779F8B. Grayscale: #6E6E6E. Windows color (decimal): -7839628 or 7626888. OLE color: 7626888.

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

Color convert

RGB13696116-
CMYK00.290.150.47
HSL330º17.24%45.49%-
HSV(B)330º29.41%53.33%-
XYZ17.4914.8618.47-
YUV110.24131.25146.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=39.08%
G=27.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369611600.290.150.4733017.2445.49
Hex88607401DF2F14a112d
Octal21014016403517575122155
Binary1000100011000001110100011101111110111110100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886074; }

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

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

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

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

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

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

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

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