Html Css Color HEX #86717D Strikemaster

📋 copy color: '#86717D'

red 134 ◦ green 113 ◦ blue 125

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

Shades of Strikemaster #86717D

Tints of Strikemaster #86717D

RGB

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

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

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

R = 36.02%
G = 30.38%
B = 33.6%

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

#86717D (or 0x86717D) is known color: Strikemaster. HEX triplet: 86, 71 and 7D. RGB value is (134,113,125). Sum of RGB (Red+Green+Blue) = 134+113+125=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86717D is #798E82. Grayscale: #787878. Windows color (decimal): -7966339 or 8221062. OLE color: 8221062.

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

Color convert

RGB 134 113 125 -
CMYK 0 0.16 0.07 0.47
HSL 325.71º 0.09% 0.48% -
HSV(B) 325.71º 0.16% 0.53% -
XYZ 19.44 18.36 21.92 -
YUV 120.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 134 113 125 0 0.16 0.07 0.47 325.71 0.09 0.48
Hex 86 71 7D 0 10 7 2F 146 9 30
Octal 206 161 175 0 20 7 57 506 11 60
Binary 10000110 1110001 1111101 0 10000 111 101111 101000110 1001 110000

Color Harmonies of #86717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86717D

Black with #86717D

Text Example


Text Example

White with #86717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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