Html Css Color HEX #87717D Strikemaster

📋 copy color: '#87717D'

red 135 ◦ green 113 ◦ blue 125

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

Shades of Strikemaster #87717D

Tints of Strikemaster #87717D

RGB

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

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

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

R = 36.19%
G = 30.29%
B = 33.51%

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

#87717D (or 0x87717D) is known color: Strikemaster. HEX triplet: 87, 71 and 7D. RGB value is (135,113,125). Sum of RGB (Red+Green+Blue) = 135+113+125=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #87717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87717D is #788E82. Grayscale: #787878. Windows color (decimal): -7900803 or 8221063. OLE color: 8221063.

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

Color convert

RGB 135 113 125 -
CMYK 0 0.16 0.07 0.47
HSL 327.27º 0.09% 0.49% -
HSV(B) 327.27º 0.16% 0.53% -
XYZ 19.6 18.44 21.93 -
YUV 120.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 135 113 125 0 0.16 0.07 0.47 327.27 0.09 0.49
Hex 87 71 7D 0 10 7 2F 147 9 31
Octal 207 161 175 0 20 7 57 507 11 61
Binary 10000111 1110001 1111101 0 10000 111 101111 101000111 1001 110001

Color Harmonies of #87717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87717D

Black with #87717D

Text Example


Text Example

White with #87717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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