Html Css Color HEX #87707E Strikemaster

📋 copy color: '#87707E'

red 135 ◦ green 112 ◦ blue 126

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

Shades of Strikemaster #87707E

Tints of Strikemaster #87707E

RGB

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

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

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

R = 36.19%
G = 30.03%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87707E (or 0x87707E) is known color: Strikemaster. HEX triplet: 87, 70 and 7E. RGB value is (135,112,126). Sum of RGB (Red+Green+Blue) = 135+112+126=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #87707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87707E is #788F81. Grayscale: #787878. Windows color (decimal): -7901058 or 8286343. OLE color: 8286343.

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

Color convert

RGB 135 112 126 -
CMYK 0 0.17 0.07 0.47
HSL 323.48º 0.09% 0.48% -
HSV(B) 323.48º 0.17% 0.53% -
XYZ 19.55 18.25 22.23 -
YUV 120.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 135 112 126 0 0.17 0.07 0.47 323.48 0.09 0.48
Hex 87 70 7E 0 11 7 2F 143 9 30
Octal 207 160 176 0 21 7 57 503 11 60
Binary 10000111 1110000 1111110 0 10001 111 101111 101000011 1001 110000

Color Harmonies of #87707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87707E

Black with #87707E

Text Example


Text Example

White with #87707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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