Html Css Color HEX #886B80 Strikemaster

📋 copy color: '#886B80'

red 136 ◦ green 107 ◦ blue 128

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

Shades of Strikemaster #886B80

Tints of Strikemaster #886B80

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.84%

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 36.66%
G = 28.84%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#886B80 (or 0x886B80) is known color: Strikemaster. HEX triplet: 88, 6B and 80. RGB value is (136,107,128). Sum of RGB (Red+Green+Blue) = 136+107+128=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #886B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886B80 is #77947F. Grayscale: #767676. Windows color (decimal): -7836800 or 8416136. OLE color: 8416136.

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

Color convert

RGB 136 107 128 -
CMYK 0 0.21 0.06 0.47
HSL 316.55º 0.12% 0.48% -
HSV(B) 316.55º 0.21% 0.53% -
XYZ 19.31 17.31 22.75 -
YUV 118.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 136 107 128 0 0.21 0.06 0.47 316.55 0.12 0.48
Hex 88 6B 80 0 15 6 2F 13D C 30
Octal 210 153 200 0 25 6 57 475 14 60
Binary 10001000 1101011 10000000 0 10101 110 101111 100111101 1100 110000

Color Harmonies of #886B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B80

Black with #886B80

Text Example


Text Example

White with #886B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886B80; }

 p { color: rgb(136,107,128); }

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

background-color css

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

 a { background-color: rgb(136,107,128); }

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

border-color css

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

 span { border-color: rgb(136,107,128); }

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