Html Css Color HEX #87617C Strikemaster

📋 copy color: '#87617C'

red 135 ◦ green 97 ◦ blue 124

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

Shades of Strikemaster #87617C

Tints of Strikemaster #87617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 37.92%
G = 27.25%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87617C (or 0x87617C) is known color: Strikemaster. HEX triplet: 87, 61 and 7C. RGB value is (135,97,124). Sum of RGB (Red+Green+Blue) = 135+97+124=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87617C is #789E83. Grayscale: #6F6F6F. Windows color (decimal): -7904900 or 8151431. OLE color: 8151431.

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

Color convert

RGB 135 97 124 -
CMYK 0 0.28 0.08 0.47
HSL 317.37º 0.16% 0.45% -
HSV(B) 317.37º 0.28% 0.53% -
XYZ 17.9 15.16 21.05 -
YUV 111.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 135 97 124 0 0.28 0.08 0.47 317.37 0.16 0.45
Hex 87 61 7C 0 1C 8 2F 13D 10 2D
Octal 207 141 174 0 34 10 57 475 20 55
Binary 10000111 1100001 1111100 0 11100 1000 101111 100111101 10000 101101

Color Harmonies of #87617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87617C

Black with #87617C

Text Example


Text Example

White with #87617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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