Html Css Color HEX #88727D Strikemaster

📋 copy color: '#88727D'

red 136 ◦ green 114 ◦ blue 125

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

Shades of Strikemaster #88727D

Tints of Strikemaster #88727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 36.27%
G = 30.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88727D (or 0x88727D) is known color: Strikemaster. HEX triplet: 88, 72 and 7D. RGB value is (136,114,125). Sum of RGB (Red+Green+Blue) = 136+114+125=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88727D is #778D82. Grayscale: #797979. Windows color (decimal): -7835011 or 8221320. OLE color: 8221320.

HSL color Cylindrical-coordinate representation of color #88727D: hue angle of 330º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88727D is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 114 125 -
CMYK 0 0.16 0.08 0.47
HSL 330º 0.09% 0.49% -
HSV(B) 330º 0.16% 0.53% -
XYZ 19.87 18.75 21.97 -
YUV 121.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 136 114 125 0 0.16 0.08 0.47 330 0.09 0.49
Hex 88 72 7D 0 10 8 2F 14A 9 31
Octal 210 162 175 0 20 10 57 512 11 61
Binary 10001000 1110010 1111101 0 10000 1000 101111 101001010 1001 110001

Color Harmonies of #88727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88727D

Black with #88727D

Text Example


Text Example

White with #88727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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