Html Css Color HEX #886576 Strikemaster

📋 copy color: '#886576'

red 136 ◦ green 101 ◦ blue 118

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

Shades of Strikemaster #886576

Tints of Strikemaster #886576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

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

R = 38.31%
G = 28.45%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#886576 (or 0x886576) is known color: Strikemaster. HEX triplet: 88, 65 and 76. RGB value is (136,101,118). Sum of RGB (Red+Green+Blue) = 136+101+118=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886576 is #779A89. Grayscale: #717171. Windows color (decimal): -7838346 or 7759240. OLE color: 7759240.

HSL color Cylindrical-coordinate representation of color #886576: hue angle of 330.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886576 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 101 118 -
CMYK 0 0.26 0.13 0.47
HSL 330.86º 0.15% 0.46% -
HSV(B) 330.86º 0.26% 0.53% -
XYZ 18.08 15.85 19.25 -
YUV 113.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 136 101 118 0 0.26 0.13 0.47 330.86 0.15 0.46
Hex 88 65 76 0 1A D 2F 14B F 2E
Octal 210 145 166 0 32 15 57 513 17 56
Binary 10001000 1100101 1110110 0 11010 1101 101111 101001011 1111 101110

Color Harmonies of #886576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886576

Black with #886576

Text Example


Text Example

White with #886576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886576; }

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

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

background-color css

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

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

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

border-color css

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

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

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