Html Css Color HEX #86717B Strikemaster

📋 copy color: '#86717B'

red 134 ◦ green 113 ◦ blue 123

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

Shades of Strikemaster #86717B

Tints of Strikemaster #86717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 36.22%
G = 30.54%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86717B (or 0x86717B) is known color: Strikemaster. HEX triplet: 86, 71 and 7B. RGB value is (134,113,123). Sum of RGB (Red+Green+Blue) = 134+113+123=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #86717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86717B is #798E84. Grayscale: #787878. Windows color (decimal): -7966341 or 8089990. OLE color: 8089990.

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

Color convert

RGB 134 113 123 -
CMYK 0 0.16 0.08 0.47
HSL 331.43º 0.09% 0.48% -
HSV(B) 331.43º 0.16% 0.53% -
XYZ 19.31 18.31 21.25 -
YUV 120.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 134 113 123 0 0.16 0.08 0.47 331.43 0.09 0.48
Hex 86 71 7B 0 10 8 2F 14B 9 30
Octal 206 161 173 0 20 10 57 513 11 60
Binary 10000110 1110001 1111011 0 10000 1000 101111 101001011 1001 110000

Color Harmonies of #86717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86717B

Black with #86717B

Text Example


Text Example

White with #86717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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