Html Css Color HEX #87647C Strikemaster

📋 copy color: '#87647C'

red 135 ◦ green 100 ◦ blue 124

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

Shades of Strikemaster #87647C

Tints of Strikemaster #87647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 37.6%
G = 27.86%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87647C (or 0x87647C) is known color: Strikemaster. HEX triplet: 87, 64 and 7C. RGB value is (135,100,124). Sum of RGB (Red+Green+Blue) = 135+100+124=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87647C is #789B83. Grayscale: #717171. Windows color (decimal): -7904132 or 8152199. OLE color: 8152199.

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

Color convert

RGB 135 100 124 -
CMYK 0 0.26 0.08 0.47
HSL 318.86º 0.15% 0.46% -
HSV(B) 318.86º 0.26% 0.53% -
XYZ 18.19 15.72 21.14 -
YUV 113.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 135 100 124 0 0.26 0.08 0.47 318.86 0.15 0.46
Hex 87 64 7C 0 1A 8 2F 13F F 2E
Octal 207 144 174 0 32 10 57 477 17 56
Binary 10000111 1100100 1111100 0 11010 1000 101111 100111111 1111 101110

Color Harmonies of #87647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87647C

Black with #87647C

Text Example


Text Example

White with #87647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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