Html Css Color HEX #87717E Strikemaster

📋 copy color: '#87717E'

red 135 ◦ green 113 ◦ blue 126

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

Shades of Strikemaster #87717E

Tints of Strikemaster #87717E

RGB

 RED value IS 135 (53.13% from 255) = 36.1%

 GREEN value IS 113 (44.53% from 255) = 30.21%

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

R = 36.1%
G = 30.21%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87717E (or 0x87717E) is known color: Strikemaster. HEX triplet: 87, 71 and 7E. RGB value is (135,113,126). Sum of RGB (Red+Green+Blue) = 135+113+126=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #87717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87717E is #788E81. Grayscale: #797979. Windows color (decimal): -7900802 or 8286599. OLE color: 8286599.

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

Color convert

RGB 135 113 126 -
CMYK 0 0.16 0.07 0.47
HSL 324.55º 0.09% 0.49% -
HSV(B) 324.55º 0.16% 0.53% -
XYZ 19.66 18.47 22.27 -
YUV 121.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 135 113 126 0 0.16 0.07 0.47 324.55 0.09 0.49
Hex 87 71 7E 0 10 7 2F 145 9 31
Octal 207 161 176 0 20 7 57 505 11 61
Binary 10000111 1110001 1111110 0 10000 111 101111 101000101 1001 110001

Color Harmonies of #87717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87717E

Black with #87717E

Text Example


Text Example

White with #87717E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,113,126); }

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

background-color css

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

 a { background-color: rgb(135,113,126); }

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

border-color css

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

 span { border-color: rgb(135,113,126); }

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