Html Css Color HEX #88637D Strikemaster

📋 copy color: '#88637D'

red 136 ◦ green 99 ◦ blue 125

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

Shades of Strikemaster #88637D

Tints of Strikemaster #88637D

RGB

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

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

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

R = 37.78%
G = 27.5%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88637D (or 0x88637D) is known color: Strikemaster. HEX triplet: 88, 63 and 7D. RGB value is (136,99,125). Sum of RGB (Red+Green+Blue) = 136+99+125=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88637D is #779C82. Grayscale: #707070. Windows color (decimal): -7838851 or 8217480. OLE color: 8217480.

HSL color Cylindrical-coordinate representation of color #88637D: hue angle of 317.84º 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 #88637D is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 99 125 -
CMYK 0 0.27 0.08 0.47
HSL 317.84º 0.16% 0.46% -
HSV(B) 317.84º 0.27% 0.53% -
XYZ 18.32 15.64 21.46 -
YUV 113.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 136 99 125 0 0.27 0.08 0.47 317.84 0.16 0.46
Hex 88 63 7D 0 1B 8 2F 13E 10 2E
Octal 210 143 175 0 33 10 57 476 20 56
Binary 10001000 1100011 1111101 0 11011 1000 101111 100111110 10000 101110

Color Harmonies of #88637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88637D

Black with #88637D

Text Example


Text Example

White with #88637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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