Html Css Color HEX #88707D Strikemaster

📋 copy color: '#88707D'

red 136 ◦ green 112 ◦ blue 125

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

Shades of Strikemaster #88707D

Tints of Strikemaster #88707D

RGB

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

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

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

R = 36.46%
G = 30.03%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88707D (or 0x88707D) is known color: Strikemaster. HEX triplet: 88, 70 and 7D. RGB value is (136,112,125). Sum of RGB (Red+Green+Blue) = 136+112+125=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #88707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88707D is #778F82. Grayscale: #787878. Windows color (decimal): -7835523 or 8220808. OLE color: 8220808.

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

Color convert

RGB 136 112 125 -
CMYK 0 0.18 0.08 0.47
HSL 327.5º 0.1% 0.49% -
HSV(B) 327.5º 0.18% 0.53% -
XYZ 19.65 18.3 21.9 -
YUV 120.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 136 112 125 0 0.18 0.08 0.47 327.5 0.1 0.49
Hex 88 70 7D 0 12 8 2F 148 A 31
Octal 210 160 175 0 22 10 57 510 12 61
Binary 10001000 1110000 1111101 0 10010 1000 101111 101001000 1010 110001

Color Harmonies of #88707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88707D

Black with #88707D

Text Example


Text Example

White with #88707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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