Html Css Color HEX #885878 Strikemaster

📋 copy color: '#885878'

red 136 ◦ green 88 ◦ blue 120

#885878
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #885878

Tints of Strikemaster #885878

RGB

 RED value IS 136 (53.52% from 255) = 39.53%

 GREEN value IS 88 (34.77% from 255) = 25.58%

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 39.53%
G = 25.58%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#885878 (or 0x885878) is known color: Strikemaster. HEX triplet: 88, 58 and 78. RGB value is (136,88,120). Sum of RGB (Red+Green+Blue) = 136+88+120=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #885878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885878 is #77A787. Grayscale: #696969. Windows color (decimal): -7841672 or 7886984. OLE color: 7886984.

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

Color convert

RGB 136 88 120 -
CMYK 0 0.35 0.12 0.47
HSL 320º 0.21% 0.44% -
HSV(B) 320º 0.35% 0.53% -
XYZ 17.03 13.57 19.49 -
YUV 106 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 136 88 120 0 0.35 0.12 0.47 320 0.21 0.44
Hex 88 58 78 0 23 C 2F 140 15 2C
Octal 210 130 170 0 43 14 57 500 25 54
Binary 10001000 1011000 1111000 0 100011 1100 101111 101000000 10101 101100

Color Harmonies of #885878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885878

Black with #885878

Text Example


Text Example

White with #885878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885878; }

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

 H1.HeaderClassName
 {
   color: #885878;
 }
 .AnyTagClassName
 {
   color: #885878;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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