Html Css Color HEX #885879 Strikemaster

📋 copy color: '#885879'

red 136 ◦ green 88 ◦ blue 121

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

Shades of Strikemaster #885879

Tints of Strikemaster #885879

RGB

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

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

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

R = 39.42%
G = 25.51%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#885879 (or 0x885879) is known color: Strikemaster. HEX triplet: 88, 58 and 79. RGB value is (136,88,121). Sum of RGB (Red+Green+Blue) = 136+88+121=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #885879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885879 is #77A786. Grayscale: #6A6A6A. Windows color (decimal): -7841671 or 7952520. OLE color: 7952520.

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

Color convert

RGB 136 88 121 -
CMYK 0 0.35 0.11 0.47
HSL 318.75º 0.21% 0.44% -
HSV(B) 318.75º 0.35% 0.53% -
XYZ 17.09 13.59 19.81 -
YUV 106.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 136 88 121 0 0.35 0.11 0.47 318.75 0.21 0.44
Hex 88 58 79 0 23 B 2F 13F 15 2C
Octal 210 130 171 0 43 13 57 477 25 54
Binary 10001000 1011000 1111001 0 100011 1011 101111 100111111 10101 101100

Color Harmonies of #885879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885879

Black with #885879

Text Example


Text Example

White with #885879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885879; }

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

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

background-color css

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

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

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

border-color css

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

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

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