Html Css Color HEX #886577 Strikemaster

📋 copy color: '#886577'

red 136 ◦ green 101 ◦ blue 119

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

Shades of Strikemaster #886577

Tints of Strikemaster #886577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 38.2%
G = 28.37%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886577 (or 0x886577) is known color: Strikemaster. HEX triplet: 88, 65 and 77. RGB value is (136,101,119). Sum of RGB (Red+Green+Blue) = 136+101+119=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #886577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886577 is #779A88. Grayscale: #717171. Windows color (decimal): -7838345 or 7824776. OLE color: 7824776.

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

Color convert

RGB 136 101 119 -
CMYK 0 0.26 0.12 0.47
HSL 329.14º 0.15% 0.46% -
HSV(B) 329.14º 0.26% 0.53% -
XYZ 18.14 15.87 19.56 -
YUV 113.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 136 101 119 0 0.26 0.12 0.47 329.14 0.15 0.46
Hex 88 65 77 0 1A C 2F 149 F 2E
Octal 210 145 167 0 32 14 57 511 17 56
Binary 10001000 1100101 1110111 0 11010 1100 101111 101001001 1111 101110

Color Harmonies of #886577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886577

Black with #886577

Text Example


Text Example

White with #886577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886577; }

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

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

background-color css

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

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

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

border-color css

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

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

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