Html Css Color HEX #88717C Strikemaster

📋 copy color: '#88717C'

red 136 ◦ green 113 ◦ blue 124

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

Shades of Strikemaster #88717C

Tints of Strikemaster #88717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.29%

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 36.46%
G = 30.29%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88717C (or 0x88717C) is known color: Strikemaster. HEX triplet: 88, 71 and 7C. RGB value is (136,113,124). Sum of RGB (Red+Green+Blue) = 136+113+124=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #88717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88717C is #778E83. Grayscale: #797979. Windows color (decimal): -7835268 or 8155528. OLE color: 8155528.

HSL color Cylindrical-coordinate representation of color #88717C: hue angle of 331.3º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88717C is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 113 124 -
CMYK 0 0.17 0.09 0.47
HSL 331.3º 0.09% 0.49% -
HSV(B) 331.3º 0.17% 0.53% -
XYZ 19.7 18.5 21.6 -
YUV 121.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 136 113 124 0 0.17 0.09 0.47 331.3 0.09 0.49
Hex 88 71 7C 0 11 9 2F 14B 9 31
Octal 210 161 174 0 21 11 57 513 11 61
Binary 10001000 1110001 1111100 0 10001 1001 101111 101001011 1001 110001

Color Harmonies of #88717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88717C

Black with #88717C

Text Example


Text Example

White with #88717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88717C; }

 p { color: rgb(136,113,124); }

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

background-color css

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

 a { background-color: rgb(136,113,124); }

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

border-color css

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

 span { border-color: rgb(136,113,124); }

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