Html Css Color HEX #87677C Strikemaster

📋 copy color: '#87677C'

red 135 ◦ green 103 ◦ blue 124

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

Shades of Strikemaster #87677C

Tints of Strikemaster #87677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 37.29%
G = 28.45%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87677C (or 0x87677C) is known color: Strikemaster. HEX triplet: 87, 67 and 7C. RGB value is (135,103,124). Sum of RGB (Red+Green+Blue) = 135+103+124=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #87677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87677C is #789883. Grayscale: #727272. Windows color (decimal): -7903364 or 8152967. OLE color: 8152967.

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

Color convert

RGB 135 103 124 -
CMYK 0 0.24 0.08 0.47
HSL 320.63º 0.13% 0.47% -
HSV(B) 320.63º 0.24% 0.53% -
XYZ 18.48 16.31 21.24 -
YUV 114.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 135 103 124 0 0.24 0.08 0.47 320.63 0.13 0.47
Hex 87 67 7C 0 18 8 2F 141 D 2F
Octal 207 147 174 0 30 10 57 501 15 57
Binary 10000111 1100111 1111100 0 11000 1000 101111 101000001 1101 101111

Color Harmonies of #87677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87677C

Black with #87677C

Text Example


Text Example

White with #87677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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