Html Css Color HEX #87717F Strikemaster

📋 copy color: '#87717F'

red 135 ◦ green 113 ◦ blue 127

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

Shades of Strikemaster #87717F

Tints of Strikemaster #87717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 36%
G = 30.13%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87717F (or 0x87717F) is known color: Strikemaster. HEX triplet: 87, 71 and 7F. RGB value is (135,113,127). Sum of RGB (Red+Green+Blue) = 135+113+127=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87717F is #788E80. Grayscale: #797979. Windows color (decimal): -7900801 or 8352135. OLE color: 8352135.

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

Color convert

RGB 135 113 127 -
CMYK 0 0.16 0.06 0.47
HSL 321.82º 0.09% 0.49% -
HSV(B) 321.82º 0.16% 0.53% -
XYZ 19.73 18.49 22.61 -
YUV 121.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 135 113 127 0 0.16 0.06 0.47 321.82 0.09 0.49
Hex 87 71 7F 0 10 6 2F 142 9 31
Octal 207 161 177 0 20 6 57 502 11 61
Binary 10000111 1110001 1111111 0 10000 110 101111 101000010 1001 110001

Color Harmonies of #87717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87717F

Black with #87717F

Text Example


Text Example

White with #87717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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