Html Css Color HEX #88707F Strikemaster

📋 copy color: '#88707F'

red 136 ◦ green 112 ◦ blue 127

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

Shades of Strikemaster #88707F

Tints of Strikemaster #88707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 36.27%
G = 29.87%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88707F (or 0x88707F) is known color: Strikemaster. HEX triplet: 88, 70 and 7F. RGB value is (136,112,127). Sum of RGB (Red+Green+Blue) = 136+112+127=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #88707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88707F is #778F80. Grayscale: #787878. Windows color (decimal): -7835521 or 8351880. OLE color: 8351880.

HSL color Cylindrical-coordinate representation of color #88707F: hue angle of 322.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88707F is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 127 -
CMYK 0 0.18 0.07 0.47
HSL 322.5º 0.1% 0.49% -
HSV(B) 322.5º 0.18% 0.53% -
XYZ 19.78 18.35 22.58 -
YUV 120.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 136 112 127 0 0.18 0.07 0.47 322.5 0.1 0.49
Hex 88 70 7F 0 12 7 2F 142 A 31
Octal 210 160 177 0 22 7 57 502 12 61
Binary 10001000 1110000 1111111 0 10010 111 101111 101000010 1010 110001

Color Harmonies of #88707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88707F

Black with #88707F

Text Example


Text Example

White with #88707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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