Html Css Color HEX #88647D Strikemaster

📋 copy color: '#88647D'

red 136 ◦ green 100 ◦ blue 125

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

Shades of Strikemaster #88647D

Tints of Strikemaster #88647D

RGB

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

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

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

R = 37.67%
G = 27.7%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88647D (or 0x88647D) is known color: Strikemaster. HEX triplet: 88, 64 and 7D. RGB value is (136,100,125). Sum of RGB (Red+Green+Blue) = 136+100+125=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88647D is #779B82. Grayscale: #717171. Windows color (decimal): -7838595 or 8217736. OLE color: 8217736.

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

Color convert

RGB 136 100 125 -
CMYK 0 0.26 0.08 0.47
HSL 318.33º 0.15% 0.46% -
HSV(B) 318.33º 0.26% 0.53% -
XYZ 18.41 15.83 21.49 -
YUV 113.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 136 100 125 0 0.26 0.08 0.47 318.33 0.15 0.46
Hex 88 64 7D 0 1A 8 2F 13E F 2E
Octal 210 144 175 0 32 10 57 476 17 56
Binary 10001000 1100100 1111101 0 11010 1000 101111 100111110 1111 101110

Color Harmonies of #88647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88647D

Black with #88647D

Text Example


Text Example

White with #88647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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