#885875

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

Shades of Strikemaster #885875

Tints of Strikemaster #885875

Color information

#885875 (or 0x885875) is unknown color: approx Strikemaster. HEX triplet: 88, 58 and 75. RGB value is (136,88,117). Sum of RGB (Red+Green+Blue) = 136+88+117=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #885875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885875 is #77A78A. Grayscale: #696969. Windows color (decimal): -7841675 or 7690376. OLE color: 7690376.

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

Color convert

RGB13688117-
CMYK00.350.140.47
HSL323.75º21.43%43.92%-
HSV(B)323.75º35.29%53.33%-
XYZ16.8513.518.55-
YUV105.66134.4149.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=39.88%
G=25.81%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368811700.350.140.47323.7521.4343.92
Hex885875023E2F144152c
Octal21013016504316575042554
Binary10001000101100011101010100011111010111110100010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885875; }

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

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

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

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

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

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

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

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