Html Css Color HEX #88687D Strikemaster

📋 copy color: '#88687D'

red 136 ◦ green 104 ◦ blue 125

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

Shades of Strikemaster #88687D

Tints of Strikemaster #88687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 37.26%
G = 28.49%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88687D (or 0x88687D) is known color: Strikemaster. HEX triplet: 88, 68 and 7D. RGB value is (136,104,125). Sum of RGB (Red+Green+Blue) = 136+104+125=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #88687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88687D is #779782. Grayscale: #737373. Windows color (decimal): -7837571 or 8218760. OLE color: 8218760.

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

Color convert

RGB 136 104 125 -
CMYK 0 0.24 0.08 0.47
HSL 320.63º 0.13% 0.47% -
HSV(B) 320.63º 0.24% 0.53% -
XYZ 18.81 16.62 21.62 -
YUV 115.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 136 104 125 0 0.24 0.08 0.47 320.63 0.13 0.47
Hex 88 68 7D 0 18 8 2F 141 D 2F
Octal 210 150 175 0 30 10 57 501 15 57
Binary 10001000 1101000 1111101 0 11000 1000 101111 101000001 1101 101111

Color Harmonies of #88687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88687D

Black with #88687D

Text Example


Text Example

White with #88687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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