Html Css Color HEX #885A77 Strikemaster

📋 copy color: '#885A77'

red 136 ◦ green 90 ◦ blue 119

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

Shades of Strikemaster #885A77

Tints of Strikemaster #885A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.49%

R = 39.42%
G = 26.09%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#885A77 (or 0x885A77) is known color: Strikemaster. HEX triplet: 88, 5A and 77. RGB value is (136,90,119). Sum of RGB (Red+Green+Blue) = 136+90+119=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #885A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A77 is #77A588. Grayscale: #6A6A6A. Windows color (decimal): -7841161 or 7821960. OLE color: 7821960.

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

Color convert

RGB 136 90 119 -
CMYK 0 0.34 0.12 0.47
HSL 322.17º 0.2% 0.44% -
HSV(B) 322.17º 0.34% 0.53% -
XYZ 17.14 13.88 19.23 -
YUV 107.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 136 90 119 0 0.34 0.12 0.47 322.17 0.2 0.44
Hex 88 5A 77 0 22 C 2F 142 14 2C
Octal 210 132 167 0 42 14 57 502 24 54
Binary 10001000 1011010 1110111 0 100010 1100 101111 101000010 10100 101100

Color Harmonies of #885A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A77

Black with #885A77

Text Example


Text Example

White with #885A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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