Html Css Color HEX #886277 Strikemaster

📋 copy color: '#886277'

red 136 ◦ green 98 ◦ blue 119

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

Shades of Strikemaster #886277

Tints of Strikemaster #886277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

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

R = 38.53%
G = 27.76%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886277 (or 0x886277) is known color: Strikemaster. HEX triplet: 88, 62 and 77. RGB value is (136,98,119). Sum of RGB (Red+Green+Blue) = 136+98+119=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886277 is #779D88. Grayscale: #6F6F6F. Windows color (decimal): -7839113 or 7824008. OLE color: 7824008.

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

Color convert

RGB 136 98 119 -
CMYK 0 0.28 0.12 0.47
HSL 326.84º 0.16% 0.46% -
HSV(B) 326.84º 0.28% 0.53% -
XYZ 17.85 15.3 19.47 -
YUV 111.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 136 98 119 0 0.28 0.12 0.47 326.84 0.16 0.46
Hex 88 62 77 0 1C C 2F 147 10 2E
Octal 210 142 167 0 34 14 57 507 20 56
Binary 10001000 1100010 1110111 0 11100 1100 101111 101000111 10000 101110

Color Harmonies of #886277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886277

Black with #886277

Text Example


Text Example

White with #886277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886277; }

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

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

background-color css

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

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

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

border-color css

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

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

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