#886678

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

Shades of Strikemaster #886678

Tints of Strikemaster #886678

Color information

#886678 (or 0x886678) is unknown color: approx Strikemaster. HEX triplet: 88, 66 and 78. RGB value is (136,102,120). Sum of RGB (Red+Green+Blue) = 136+102+120=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #886678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886678 is #779987. Grayscale: #727272. Windows color (decimal): -7838088 or 7890568. OLE color: 7890568.

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

Color convert

RGB136102120-
CMYK00.250.120.47
HSL328.24º14.29%46.67%-
HSV(B)328.24º25%53.33%-
XYZ18.2916.0919.91-
YUV114.22131.26143.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=37.99%
G=28.49%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610212000.250.120.47328.2414.2946.67
Hex886678019C2F148e2f
Octal21014617003114575101657
Binary100010001100110111100001100111001011111010010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886678; }

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

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

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

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

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

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

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

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