Html Css Color HEX #87627C Strikemaster

📋 copy color: '#87627C'

red 135 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #87627C

Tints of Strikemaster #87627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

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

R = 37.82%
G = 27.45%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87627C (or 0x87627C) is known color: Strikemaster. HEX triplet: 87, 62 and 7C. RGB value is (135,98,124). Sum of RGB (Red+Green+Blue) = 135+98+124=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87627C is #789D83. Grayscale: #6F6F6F. Windows color (decimal): -7904644 or 8151687. OLE color: 8151687.

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

Color convert

RGB 135 98 124 -
CMYK 0 0.27 0.08 0.47
HSL 317.84º 0.16% 0.46% -
HSV(B) 317.84º 0.27% 0.53% -
XYZ 18 15.34 21.08 -
YUV 112.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 135 98 124 0 0.27 0.08 0.47 317.84 0.16 0.46
Hex 87 62 7C 0 1B 8 2F 13E 10 2E
Octal 207 142 174 0 33 10 57 476 20 56
Binary 10000111 1100010 1111100 0 11011 1000 101111 100111110 10000 101110

Color Harmonies of #87627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87627C

Black with #87627C

Text Example


Text Example

White with #87627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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