Html Css Color HEX #87697C Strikemaster

📋 copy color: '#87697C'

red 135 ◦ green 105 ◦ blue 124

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

Shades of Strikemaster #87697C

Tints of Strikemaster #87697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 37.09%
G = 28.85%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87697C (or 0x87697C) is known color: Strikemaster. HEX triplet: 87, 69 and 7C. RGB value is (135,105,124). Sum of RGB (Red+Green+Blue) = 135+105+124=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #87697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87697C is #789683. Grayscale: #747474. Windows color (decimal): -7902852 or 8153479. OLE color: 8153479.

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

Color convert

RGB 135 105 124 -
CMYK 0 0.22 0.08 0.47
HSL 322º 0.13% 0.47% -
HSV(B) 322º 0.22% 0.53% -
XYZ 18.68 16.71 21.31 -
YUV 116.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 135 105 124 0 0.22 0.08 0.47 322 0.13 0.47
Hex 87 69 7C 0 16 8 2F 142 C 2F
Octal 207 151 174 0 26 10 57 502 14 57
Binary 10000111 1101001 1111100 0 10110 1000 101111 101000010 1100 101111

Color Harmonies of #87697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87697C

Black with #87697C

Text Example


Text Example

White with #87697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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