Html Css Color HEX #88637F Strikemaster

📋 copy color: '#88637F'

red 136 ◦ green 99 ◦ blue 127

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

Shades of Strikemaster #88637F

Tints of Strikemaster #88637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

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

R = 37.57%
G = 27.35%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88637F (or 0x88637F) is known color: Strikemaster. HEX triplet: 88, 63 and 7F. RGB value is (136,99,127). Sum of RGB (Red+Green+Blue) = 136+99+127=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88637F is #779C80. Grayscale: #717171. Windows color (decimal): -7838849 or 8348552. OLE color: 8348552.

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

Color convert

RGB 136 99 127 -
CMYK 0 0.27 0.07 0.47
HSL 314.59º 0.16% 0.46% -
HSV(B) 314.59º 0.27% 0.53% -
XYZ 18.45 15.69 22.13 -
YUV 113.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 136 99 127 0 0.27 0.07 0.47 314.59 0.16 0.46
Hex 88 63 7F 0 1B 7 2F 13B 10 2E
Octal 210 143 177 0 33 7 57 473 20 56
Binary 10001000 1100011 1111111 0 11011 111 101111 100111011 10000 101110

Color Harmonies of #88637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88637F

Black with #88637F

Text Example


Text Example

White with #88637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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