Html Css Color HEX #885776 Strikemaster

📋 copy color: '#885776'

red 136 ◦ green 87 ◦ blue 118

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

Shades of Strikemaster #885776

Tints of Strikemaster #885776

RGB

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

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

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

R = 39.88%
G = 25.51%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#885776 (or 0x885776) is known color: Strikemaster. HEX triplet: 88, 57 and 76. RGB value is (136,87,118). Sum of RGB (Red+Green+Blue) = 136+87+118=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #885776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885776 is #77A889. Grayscale: #696969. Windows color (decimal): -7841930 or 7755656. OLE color: 7755656.

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

Color convert

RGB 136 87 118 -
CMYK 0 0.36 0.13 0.47
HSL 322.04º 0.22% 0.44% -
HSV(B) 322.04º 0.36% 0.53% -
XYZ 16.83 13.36 18.83 -
YUV 105.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 136 87 118 0 0.36 0.13 0.47 322.04 0.22 0.44
Hex 88 57 76 0 24 D 2F 142 16 2C
Octal 210 127 166 0 44 15 57 502 26 54
Binary 10001000 1010111 1110110 0 100100 1101 101111 101000010 10110 101100

Color Harmonies of #885776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885776

Black with #885776

Text Example


Text Example

White with #885776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885776; }

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

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

background-color css

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

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

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

border-color css

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

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

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