Html Css Color HEX #885A76 Strikemaster

📋 copy color: '#885A76'

red 136 ◦ green 90 ◦ blue 118

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

Shades of Strikemaster #885A76

Tints of Strikemaster #885A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 39.53%
G = 26.16%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#885A76 (or 0x885A76) is known color: Strikemaster. HEX triplet: 88, 5A and 76. RGB value is (136,90,118). Sum of RGB (Red+Green+Blue) = 136+90+118=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #885A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A76 is #77A589. Grayscale: #6A6A6A. Windows color (decimal): -7841162 or 7756424. OLE color: 7756424.

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

Color convert

RGB 136 90 118 -
CMYK 0 0.34 0.13 0.47
HSL 323.48º 0.2% 0.44% -
HSV(B) 323.48º 0.34% 0.53% -
XYZ 17.08 13.85 18.91 -
YUV 106.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 136 90 118 0 0.34 0.13 0.47 323.48 0.2 0.44
Hex 88 5A 76 0 22 D 2F 143 14 2C
Octal 210 132 166 0 42 15 57 503 24 54
Binary 10001000 1011010 1110110 0 100010 1101 101111 101000011 10100 101100

Color Harmonies of #885A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A76

Black with #885A76

Text Example


Text Example

White with #885A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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