Html Css Color HEX #886877 Strikemaster

📋 copy color: '#886877'

red 136 ◦ green 104 ◦ blue 119

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

Shades of Strikemaster #886877

Tints of Strikemaster #886877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.97%

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

R = 37.88%
G = 28.97%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#886877 (or 0x886877) is known color: Strikemaster. HEX triplet: 88, 68 and 77. RGB value is (136,104,119). Sum of RGB (Red+Green+Blue) = 136+104+119=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #886877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886877 is #779788. Grayscale: #737373. Windows color (decimal): -7837577 or 7825544. OLE color: 7825544.

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

Color convert

RGB 136 104 119 -
CMYK 0 0.24 0.12 0.47
HSL 331.88º 0.13% 0.47% -
HSV(B) 331.88º 0.24% 0.53% -
XYZ 18.43 16.47 19.66 -
YUV 115.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 136 104 119 0 0.24 0.12 0.47 331.88 0.13 0.47
Hex 88 68 77 0 18 C 2F 14C D 2F
Octal 210 150 167 0 30 14 57 514 15 57
Binary 10001000 1101000 1110111 0 11000 1100 101111 101001100 1101 101111

Color Harmonies of #886877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886877

Black with #886877

Text Example


Text Example

White with #886877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886877; }

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

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

background-color css

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

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

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

border-color css

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

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

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