Html Css Color HEX #86737D Strikemaster

📋 copy color: '#86737D'

red 134 ◦ green 115 ◦ blue 125

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

Shades of Strikemaster #86737D

Tints of Strikemaster #86737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.75%

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

R = 35.83%
G = 30.75%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86737D (or 0x86737D) is known color: Strikemaster. HEX triplet: 86, 73 and 7D. RGB value is (134,115,125). Sum of RGB (Red+Green+Blue) = 134+115+125=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #86737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86737D is #798C82. Grayscale: #797979. Windows color (decimal): -7965827 or 8221574. OLE color: 8221574.

HSL color Cylindrical-coordinate representation of color #86737D: hue angle of 328.42º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86737D is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 125 -
CMYK 0 0.14 0.07 0.47
HSL 328.42º 0.08% 0.49% -
HSV(B) 328.42º 0.14% 0.53% -
XYZ 19.66 18.81 22 -
YUV 121.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 134 115 125 0 0.14 0.07 0.47 328.42 0.08 0.49
Hex 86 73 7D 0 E 7 2F 148 8 31
Octal 206 163 175 0 16 7 57 510 10 61
Binary 10000110 1110011 1111101 0 1110 111 101111 101001000 1000 110001

Color Harmonies of #86737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86737D

Black with #86737D

Text Example


Text Example

White with #86737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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