Html Css Color HEX #88607C Strikemaster

📋 copy color: '#88607C'

red 136 ◦ green 96 ◦ blue 124

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

Shades of Strikemaster #88607C

Tints of Strikemaster #88607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

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

R = 38.2%
G = 26.97%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88607C (or 0x88607C) is known color: Strikemaster. HEX triplet: 88, 60 and 7C. RGB value is (136,96,124). Sum of RGB (Red+Green+Blue) = 136+96+124=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #88607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88607C is #779F83. Grayscale: #6F6F6F. Windows color (decimal): -7839620 or 8151176. OLE color: 8151176.

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

Color convert

RGB 136 96 124 -
CMYK 0 0.29 0.09 0.47
HSL 318º 0.17% 0.45% -
HSV(B) 318º 0.29% 0.53% -
XYZ 17.97 15.06 21.03 -
YUV 111.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 136 96 124 0 0.29 0.09 0.47 318 0.17 0.45
Hex 88 60 7C 0 1D 9 2F 13E 11 2D
Octal 210 140 174 0 35 11 57 476 21 55
Binary 10001000 1100000 1111100 0 11101 1001 101111 100111110 10001 101101

Color Harmonies of #88607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88607C

Black with #88607C

Text Example


Text Example

White with #88607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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