Html Css Color HEX #87657D Strikemaster

📋 copy color: '#87657D'

red 135 ◦ green 101 ◦ blue 125

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

Shades of Strikemaster #87657D

Tints of Strikemaster #87657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 37.4%
G = 27.98%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87657D (or 0x87657D) is known color: Strikemaster. HEX triplet: 87, 65 and 7D. RGB value is (135,101,125). Sum of RGB (Red+Green+Blue) = 135+101+125=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87657D is #789A82. Grayscale: #717171. Windows color (decimal): -7903875 or 8217991. OLE color: 8217991.

HSL color Cylindrical-coordinate representation of color #87657D: hue angle of 317.65º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87657D is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 101 125 -
CMYK 0 0.25 0.07 0.47
HSL 317.65º 0.14% 0.46% -
HSV(B) 317.65º 0.25% 0.53% -
XYZ 18.35 15.94 21.51 -
YUV 113.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 135 101 125 0 0.25 0.07 0.47 317.65 0.14 0.46
Hex 87 65 7D 0 19 7 2F 13E E 2E
Octal 207 145 175 0 31 7 57 476 16 56
Binary 10000111 1100101 1111101 0 11001 111 101111 100111110 1110 101110

Color Harmonies of #87657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87657D

Black with #87657D

Text Example


Text Example

White with #87657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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