Html Css Color HEX #88657C Strikemaster

📋 copy color: '#88657C'

red 136 ◦ green 101 ◦ blue 124

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

Shades of Strikemaster #88657C

Tints of Strikemaster #88657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 37.67%
G = 27.98%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88657C (or 0x88657C) is known color: Strikemaster. HEX triplet: 88, 65 and 7C. RGB value is (136,101,124). Sum of RGB (Red+Green+Blue) = 136+101+124=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88657C is #779A83. Grayscale: #727272. Windows color (decimal): -7838340 or 8152456. OLE color: 8152456.

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

Color convert

RGB 136 101 124 -
CMYK 0 0.26 0.09 0.47
HSL 320.57º 0.15% 0.46% -
HSV(B) 320.57º 0.26% 0.53% -
XYZ 18.45 16 21.18 -
YUV 114.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 136 101 124 0 0.26 0.09 0.47 320.57 0.15 0.46
Hex 88 65 7C 0 1A 9 2F 141 F 2E
Octal 210 145 174 0 32 11 57 501 17 56
Binary 10001000 1100101 1111100 0 11010 1001 101111 101000001 1111 101110

Color Harmonies of #88657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88657C

Black with #88657C

Text Example


Text Example

White with #88657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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