Html Css Color HEX #885A79 Strikemaster

📋 copy color: '#885A79'

red 136 ◦ green 90 ◦ blue 121

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

Shades of Strikemaster #885A79

Tints of Strikemaster #885A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 39.19%
G = 25.94%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#885A79 (or 0x885A79) is known color: Strikemaster. HEX triplet: 88, 5A and 79. RGB value is (136,90,121). Sum of RGB (Red+Green+Blue) = 136+90+121=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #885A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A79 is #77A586. Grayscale: #6B6B6B. Windows color (decimal): -7841159 or 7953032. OLE color: 7953032.

HSL color Cylindrical-coordinate representation of color #885A79: hue angle of 319.57º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A79 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 121 -
CMYK 0 0.34 0.11 0.47
HSL 319.57º 0.2% 0.44% -
HSV(B) 319.57º 0.34% 0.53% -
XYZ 17.26 13.93 19.87 -
YUV 107.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 136 90 121 0 0.34 0.11 0.47 319.57 0.2 0.44
Hex 88 5A 79 0 22 B 2F 140 14 2C
Octal 210 132 171 0 42 13 57 500 24 54
Binary 10001000 1011010 1111001 0 100010 1011 101111 101000000 10100 101100

Color Harmonies of #885A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A79

Black with #885A79

Text Example


Text Example

White with #885A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885A79; }

 p { color: rgb(136,90,121); }

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

background-color css

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

 a { background-color: rgb(136,90,121); }

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

border-color css

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

 span { border-color: rgb(136,90,121); }

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