Html Css Color HEX #86747E Strikemaster

📋 copy color: '#86747E'

red 134 ◦ green 116 ◦ blue 126

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

Shades of Strikemaster #86747E

Tints of Strikemaster #86747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 35.64%
G = 30.85%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86747E (or 0x86747E) is known color: Strikemaster. HEX triplet: 86, 74 and 7E. RGB value is (134,116,126). Sum of RGB (Red+Green+Blue) = 134+116+126=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #86747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86747E is #798B81. Grayscale: #7A7A7A. Windows color (decimal): -7965570 or 8287366. OLE color: 8287366.

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

Color convert

RGB 134 116 126 -
CMYK 0 0.13 0.06 0.47
HSL 326.67º 0.07% 0.49% -
HSV(B) 326.67º 0.13% 0.53% -
XYZ 19.84 19.07 22.37 -
YUV 122.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 134 116 126 0 0.13 0.06 0.47 326.67 0.07 0.49
Hex 86 74 7E 0 D 6 2F 147 7 31
Octal 206 164 176 0 15 6 57 507 7 61
Binary 10000110 1110100 1111110 0 1101 110 101111 101000111 111 110001

Color Harmonies of #86747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86747E

Black with #86747E

Text Example


Text Example

White with #86747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86747E; }

 p { color: rgb(134,116,126); }

 H1.HeaderClassName
 {
   color: #86747E;
 }
 .AnyTagClassName
 {
   color: #86747E;
 }
</style>

background-color css

<style>
 a { background-color: #86747E; }

 a { background-color: rgb(134,116,126); }

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

border-color css

<style>
 span { border-color: #86747E; }

 span { border-color: rgb(134,116,126); }

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