Html Css Color HEX #88627D Strikemaster

📋 copy color: '#88627D'

red 136 ◦ green 98 ◦ blue 125

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

Shades of Strikemaster #88627D

Tints of Strikemaster #88627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 37.88%
G = 27.3%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88627D (or 0x88627D) is known color: Strikemaster. HEX triplet: 88, 62 and 7D. RGB value is (136,98,125). Sum of RGB (Red+Green+Blue) = 136+98+125=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88627D is #779D82. Grayscale: #707070. Windows color (decimal): -7839107 or 8217224. OLE color: 8217224.

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

Color convert

RGB 136 98 125 -
CMYK 0 0.28 0.08 0.47
HSL 317.37º 0.16% 0.46% -
HSV(B) 317.37º 0.28% 0.53% -
XYZ 18.22 15.45 21.42 -
YUV 112.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 136 98 125 0 0.28 0.08 0.47 317.37 0.16 0.46
Hex 88 62 7D 0 1C 8 2F 13D 10 2E
Octal 210 142 175 0 34 10 57 475 20 56
Binary 10001000 1100010 1111101 0 11100 1000 101111 100111101 10000 101110

Color Harmonies of #88627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88627D

Black with #88627D

Text Example


Text Example

White with #88627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88627D; }

 p { color: rgb(136,98,125); }

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

background-color css

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

 a { background-color: rgb(136,98,125); }

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

border-color css

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

 span { border-color: rgb(136,98,125); }

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