Html Css Color HEX #885679 Strikemaster

📋 copy color: '#885679'

red 136 ◦ green 86 ◦ blue 121

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

Shades of Strikemaster #885679

Tints of Strikemaster #885679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

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

R = 39.65%
G = 25.07%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#885679 (or 0x885679) is known color: Strikemaster. HEX triplet: 88, 56 and 79. RGB value is (136,86,121). Sum of RGB (Red+Green+Blue) = 136+86+121=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #885679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885679 is #77A986. Grayscale: #686868. Windows color (decimal): -7842183 or 7952008. OLE color: 7952008.

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

Color convert

RGB 136 86 121 -
CMYK 0 0.37 0.11 0.47
HSL 318º 0.23% 0.44% -
HSV(B) 318º 0.37% 0.53% -
XYZ 16.93 13.27 19.76 -
YUV 104.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 136 86 121 0 0.37 0.11 0.47 318 0.23 0.44
Hex 88 56 79 0 25 B 2F 13E 17 2C
Octal 210 126 171 0 45 13 57 476 27 54
Binary 10001000 1010110 1111001 0 100101 1011 101111 100111110 10111 101100

Color Harmonies of #885679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885679

Black with #885679

Text Example


Text Example

White with #885679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885679; }

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

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

background-color css

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

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

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

border-color css

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

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

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