#886378

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

Shades of Strikemaster #886378

Tints of Strikemaster #886378

Color information

#886378 (or 0x886378) is unknown color: approx Strikemaster. HEX triplet: 88, 63 and 78. RGB value is (136,99,120). Sum of RGB (Red+Green+Blue) = 136+99+120=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886378 is #779C87. Grayscale: #707070. Windows color (decimal): -7838856 or 7889800. OLE color: 7889800.

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

Color convert

RGB13699120-
CMYK00.270.120.47
HSL325.95º15.74%46.08%-
HSV(B)325.95º27.21%53.33%-
XYZ18.0115.5119.81-
YUV112.46132.26144.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=38.31%
G=27.89%
B=33.80%

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
Decimal1369912000.270.120.47325.9515.7446.08
Hex88637801BC2F146102e
Octal21014317003314575062056
Binary1000100011000111111000011011110010111110100011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886378; }

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

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

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

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

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

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

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

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