Html Css Color HEX #88647F Strikemaster

📋 copy color: '#88647F'

red 136 ◦ green 100 ◦ blue 127

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

Shades of Strikemaster #88647F

Tints of Strikemaster #88647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 37.47%
G = 27.55%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88647F (or 0x88647F) is known color: Strikemaster. HEX triplet: 88, 64 and 7F. RGB value is (136,100,127). Sum of RGB (Red+Green+Blue) = 136+100+127=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88647F is #779B80. Grayscale: #717171. Windows color (decimal): -7838593 or 8348808. OLE color: 8348808.

HSL color Cylindrical-coordinate representation of color #88647F: hue angle of 315º 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 #88647F is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 127 -
CMYK 0 0.26 0.07 0.47
HSL 315º 0.15% 0.46% -
HSV(B) 315º 0.26% 0.53% -
XYZ 18.54 15.88 22.17 -
YUV 113.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 136 100 127 0 0.26 0.07 0.47 315 0.15 0.46
Hex 88 64 7F 0 1A 7 2F 13B F 2E
Octal 210 144 177 0 32 7 57 473 17 56
Binary 10001000 1100100 1111111 0 11010 111 101111 100111011 1111 101110

Color Harmonies of #88647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88647F

Black with #88647F

Text Example


Text Example

White with #88647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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