Html Css Color HEX #87647D Strikemaster

📋 copy color: '#87647D'

red 135 ◦ green 100 ◦ blue 125

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

Shades of Strikemaster #87647D

Tints of Strikemaster #87647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 37.5%
G = 27.78%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87647D (or 0x87647D) is known color: Strikemaster. HEX triplet: 87, 64 and 7D. RGB value is (135,100,125). Sum of RGB (Red+Green+Blue) = 135+100+125=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87647D is #789B82. Grayscale: #717171. Windows color (decimal): -7904131 or 8217735. OLE color: 8217735.

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

Color convert

RGB 135 100 125 -
CMYK 0 0.26 0.07 0.47
HSL 317.14º 0.15% 0.46% -
HSV(B) 317.14º 0.26% 0.53% -
XYZ 18.25 15.75 21.48 -
YUV 113.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 135 100 125 0 0.26 0.07 0.47 317.14 0.15 0.46
Hex 87 64 7D 0 1A 7 2F 13D F 2E
Octal 207 144 175 0 32 7 57 475 17 56
Binary 10000111 1100100 1111101 0 11010 111 101111 100111101 1111 101110

Color Harmonies of #87647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87647D

Black with #87647D

Text Example


Text Example

White with #87647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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