Html Css Color HEX #885779 Strikemaster

📋 copy color: '#885779'

red 136 ◦ green 87 ◦ blue 121

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

Shades of Strikemaster #885779

Tints of Strikemaster #885779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

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

R = 39.53%
G = 25.29%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#885779 (or 0x885779) is known color: Strikemaster. HEX triplet: 88, 57 and 79. RGB value is (136,87,121). Sum of RGB (Red+Green+Blue) = 136+87+121=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #885779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885779 is #77A886. Grayscale: #696969. Windows color (decimal): -7841927 or 7952264. OLE color: 7952264.

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

Color convert

RGB 136 87 121 -
CMYK 0 0.36 0.11 0.47
HSL 318.37º 0.22% 0.44% -
HSV(B) 318.37º 0.36% 0.53% -
XYZ 17.01 13.43 19.78 -
YUV 105.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 136 87 121 0 0.36 0.11 0.47 318.37 0.22 0.44
Hex 88 57 79 0 24 B 2F 13E 16 2C
Octal 210 127 171 0 44 13 57 476 26 54
Binary 10001000 1010111 1111001 0 100100 1011 101111 100111110 10110 101100

Color Harmonies of #885779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885779

Black with #885779

Text Example


Text Example

White with #885779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885779; }

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

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

background-color css

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

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

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

border-color css

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

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

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