Html Css Color HEX #88707E Strikemaster

📋 copy color: '#88707E'

red 136 ◦ green 112 ◦ blue 126

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

Shades of Strikemaster #88707E

Tints of Strikemaster #88707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 36.36%
G = 29.95%
B = 33.69%

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

#88707E (or 0x88707E) is known color: Strikemaster. HEX triplet: 88, 70 and 7E. RGB value is (136,112,126). Sum of RGB (Red+Green+Blue) = 136+112+126=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #88707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88707E is #778F81. Grayscale: #787878. Windows color (decimal): -7835522 or 8286344. OLE color: 8286344.

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

Color convert

RGB 136 112 126 -
CMYK 0 0.18 0.07 0.47
HSL 325º 0.1% 0.49% -
HSV(B) 325º 0.18% 0.53% -
XYZ 19.71 18.33 22.24 -
YUV 120.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 136 112 126 0 0.18 0.07 0.47 325 0.1 0.49
Hex 88 70 7E 0 12 7 2F 145 A 31
Octal 210 160 176 0 22 7 57 505 12 61
Binary 10001000 1110000 1111110 0 10010 111 101111 101000101 1010 110001

Color Harmonies of #88707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88707E

Black with #88707E

Text Example


Text Example

White with #88707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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