Html Css Color HEX #87657E Strikemaster

📋 copy color: '#87657E'

red 135 ◦ green 101 ◦ blue 126

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

Shades of Strikemaster #87657E

Tints of Strikemaster #87657E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 37.29%
G = 27.9%
B = 34.81%

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

#87657E (or 0x87657E) is known color: Strikemaster. HEX triplet: 87, 65 and 7E. RGB value is (135,101,126). Sum of RGB (Red+Green+Blue) = 135+101+126=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #87657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87657E is #789A81. Grayscale: #717171. Windows color (decimal): -7903874 or 8283527. OLE color: 8283527.

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

Color convert

RGB 135 101 126 -
CMYK 0 0.25 0.07 0.47
HSL 315.88º 0.14% 0.46% -
HSV(B) 315.88º 0.25% 0.53% -
XYZ 18.41 15.96 21.85 -
YUV 114.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 135 101 126 0 0.25 0.07 0.47 315.88 0.14 0.46
Hex 87 65 7E 0 19 7 2F 13C E 2E
Octal 207 145 176 0 31 7 57 474 16 56
Binary 10000111 1100101 1111110 0 11001 111 101111 100111100 1110 101110

Color Harmonies of #87657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87657E

Black with #87657E

Text Example


Text Example

White with #87657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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