#886377

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

Shades of Strikemaster #886377

Tints of Strikemaster #886377

Color information

#886377 (or 0x886377) is unknown color: approx Strikemaster. HEX triplet: 88, 63 and 77. RGB value is (136,99,119). Sum of RGB (Red+Green+Blue) = 136+99+119=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886377 is #779C88. Grayscale: #707070. Windows color (decimal): -7838857 or 7824264. OLE color: 7824264.

HSL color Cylindrical-coordinate representation of color #886377: hue angle of 327.57º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886377 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13699119-
CMYK00.270.120.47
HSL327.57º15.74%46.08%-
HSV(B)327.57º27.21%53.33%-
XYZ17.9415.4919.5-
YUV112.34131.76144.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=38.42%
G=27.97%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369911900.270.120.47327.5715.7446.08
Hex88637701BC2F148102e
Octal21014316703314575102056
Binary1000100011000111110111011011110010111110100100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886377; }

 p { color: rgb(136,99,119); }

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

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

 a { background-color: rgb(136,99,119); }

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

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

 span { border-color: rgb(136,99,119); }

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