Html Css Color HEX #86727D Strikemaster

📋 copy color: '#86727D'

red 134 ◦ green 114 ◦ blue 125

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

Shades of Strikemaster #86727D

Tints of Strikemaster #86727D

RGB

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

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

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

R = 35.92%
G = 30.56%
B = 33.51%

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

#86727D (or 0x86727D) is known color: Strikemaster. HEX triplet: 86, 72 and 7D. RGB value is (134,114,125). Sum of RGB (Red+Green+Blue) = 134+114+125=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86727D is #798D82. Grayscale: #797979. Windows color (decimal): -7966083 or 8221318. OLE color: 8221318.

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

Color convert

RGB 134 114 125 -
CMYK 0 0.15 0.07 0.47
HSL 327º 0.08% 0.49% -
HSV(B) 327º 0.15% 0.53% -
XYZ 19.55 18.58 21.96 -
YUV 121.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 134 114 125 0 0.15 0.07 0.47 327 0.08 0.49
Hex 86 72 7D 0 F 7 2F 147 8 31
Octal 206 162 175 0 17 7 57 507 10 61
Binary 10000110 1110010 1111101 0 1111 111 101111 101000111 1000 110001

Color Harmonies of #86727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86727D

Black with #86727D

Text Example


Text Example

White with #86727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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