Html Css Color HEX #885D79 Strikemaster

📋 copy color: '#885D79'

red 136 ◦ green 93 ◦ blue 121

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

Shades of Strikemaster #885D79

Tints of Strikemaster #885D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

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

R = 38.86%
G = 26.57%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#885D79 (or 0x885D79) is known color: Strikemaster. HEX triplet: 88, 5D and 79. RGB value is (136,93,121). Sum of RGB (Red+Green+Blue) = 136+93+121=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #885D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D79 is #77A286. Grayscale: #6C6C6C. Windows color (decimal): -7840391 or 7953800. OLE color: 7953800.

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

Color convert

RGB 136 93 121 -
CMYK 0 0.32 0.11 0.47
HSL 320.93º 0.19% 0.45% -
HSV(B) 320.93º 0.32% 0.53% -
XYZ 17.52 14.44 19.95 -
YUV 109.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 136 93 121 0 0.32 0.11 0.47 320.93 0.19 0.45
Hex 88 5D 79 0 20 B 2F 141 13 2D
Octal 210 135 171 0 40 13 57 501 23 55
Binary 10001000 1011101 1111001 0 100000 1011 101111 101000001 10011 101101

Color Harmonies of #885D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D79

Black with #885D79

Text Example


Text Example

White with #885D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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