Html Css Color HEX #88717F Strikemaster

📋 copy color: '#88717F'

red 136 ◦ green 113 ◦ blue 127

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

Shades of Strikemaster #88717F

Tints of Strikemaster #88717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 36.17%
G = 30.05%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88717F (or 0x88717F) is known color: Strikemaster. HEX triplet: 88, 71 and 7F. RGB value is (136,113,127). Sum of RGB (Red+Green+Blue) = 136+113+127=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88717F is #778E80. Grayscale: #797979. Windows color (decimal): -7835265 or 8352136. OLE color: 8352136.

HSL color Cylindrical-coordinate representation of color #88717F: hue angle of 323.48º 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 #88717F is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 113 127 -
CMYK 0 0.17 0.07 0.47
HSL 323.48º 0.09% 0.49% -
HSV(B) 323.48º 0.17% 0.53% -
XYZ 19.89 18.58 22.62 -
YUV 121.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 136 113 127 0 0.17 0.07 0.47 323.48 0.09 0.49
Hex 88 71 7F 0 11 7 2F 143 9 31
Octal 210 161 177 0 21 7 57 503 11 61
Binary 10001000 1110001 1111111 0 10001 111 101111 101000011 1001 110001

Color Harmonies of #88717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88717F

Black with #88717F

Text Example


Text Example

White with #88717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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