Html Css Color HEX #86727C Strikemaster

📋 copy color: '#86727C'

red 134 ◦ green 114 ◦ blue 124

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

Shades of Strikemaster #86727C

Tints of Strikemaster #86727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

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

R = 36.02%
G = 30.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86727C (or 0x86727C) is known color: Strikemaster. HEX triplet: 86, 72 and 7C. RGB value is (134,114,124). Sum of RGB (Red+Green+Blue) = 134+114+124=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86727C is #798D83. Grayscale: #797979. Windows color (decimal): -7966084 or 8155782. OLE color: 8155782.

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

Color convert

RGB 134 114 124 -
CMYK 0 0.15 0.07 0.47
HSL 330º 0.08% 0.49% -
HSV(B) 330º 0.15% 0.53% -
XYZ 19.49 18.56 21.62 -
YUV 121.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 134 114 124 0 0.15 0.07 0.47 330 0.08 0.49
Hex 86 72 7C 0 F 7 2F 14A 8 31
Octal 206 162 174 0 17 7 57 512 10 61
Binary 10000110 1110010 1111100 0 1111 111 101111 101001010 1000 110001

Color Harmonies of #86727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86727C

Black with #86727C

Text Example


Text Example

White with #86727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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