Html Css Color HEX #86717C Strikemaster

📋 copy color: '#86717C'

red 134 ◦ green 113 ◦ blue 124

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

Shades of Strikemaster #86717C

Tints of Strikemaster #86717C

RGB

 RED value IS 134 (52.73% from 255) = 36.12%

 GREEN value IS 113 (44.53% from 255) = 30.46%

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

R = 36.12%
G = 30.46%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86717C (or 0x86717C) is known color: Strikemaster. HEX triplet: 86, 71 and 7C. RGB value is (134,113,124). Sum of RGB (Red+Green+Blue) = 134+113+124=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86717C is #798E83. Grayscale: #787878. Windows color (decimal): -7966340 or 8155526. OLE color: 8155526.

HSL color Cylindrical-coordinate representation of color #86717C: hue angle of 328.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86717C is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 124 -
CMYK 0 0.16 0.07 0.47
HSL 328.57º 0.09% 0.48% -
HSV(B) 328.57º 0.16% 0.53% -
XYZ 19.37 18.33 21.59 -
YUV 120.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 134 113 124 0 0.16 0.07 0.47 328.57 0.09 0.48
Hex 86 71 7C 0 10 7 2F 149 9 30
Octal 206 161 174 0 20 7 57 511 11 60
Binary 10000110 1110001 1111100 0 10000 111 101111 101001001 1001 110000

Color Harmonies of #86717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86717C

Black with #86717C

Text Example


Text Example

White with #86717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,113,124); }

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

background-color css

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

 a { background-color: rgb(134,113,124); }

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

border-color css

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

 span { border-color: rgb(134,113,124); }

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