Html Css Color HEX #87707C Strikemaster

📋 copy color: '#87707C'

red 135 ◦ green 112 ◦ blue 124

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

Shades of Strikemaster #87707C

Tints of Strikemaster #87707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 36.39%
G = 30.19%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87707C (or 0x87707C) is known color: Strikemaster. HEX triplet: 87, 70 and 7C. RGB value is (135,112,124). Sum of RGB (Red+Green+Blue) = 135+112+124=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #87707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87707C is #788F83. Grayscale: #787878. Windows color (decimal): -7901060 or 8155271. OLE color: 8155271.

HSL color Cylindrical-coordinate representation of color #87707C: hue angle of 328.7º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87707C is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 124 -
CMYK 0 0.17 0.08 0.47
HSL 328.7º 0.09% 0.48% -
HSV(B) 328.7º 0.17% 0.53% -
XYZ 19.42 18.19 21.56 -
YUV 120.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 135 112 124 0 0.17 0.08 0.47 328.7 0.09 0.48
Hex 87 70 7C 0 11 8 2F 149 9 30
Octal 207 160 174 0 21 10 57 511 11 60
Binary 10000111 1110000 1111100 0 10001 1000 101111 101001001 1001 110000

Color Harmonies of #87707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87707C

Black with #87707C

Text Example


Text Example

White with #87707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87707C; }

 p { color: rgb(135,112,124); }

 H1.HeaderClassName
 {
   color: #87707C;
 }
 .AnyTagClassName
 {
   color: #87707C;
 }
</style>

background-color css

<style>
 a { background-color: #87707C; }

 a { background-color: rgb(135,112,124); }

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

border-color css

<style>
 span { border-color: #87707C; }

 span { border-color: rgb(135,112,124); }

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