Html Css Color HEX #86707E Strikemaster

📋 copy color: '#86707E'

red 134 ◦ green 112 ◦ blue 126

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

Shades of Strikemaster #86707E

Tints of Strikemaster #86707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.11%

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

R = 36.02%
G = 30.11%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#86707E (or 0x86707E) is known color: Strikemaster. HEX triplet: 86, 70 and 7E. RGB value is (134,112,126). Sum of RGB (Red+Green+Blue) = 134+112+126=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86707E is #798F81. Grayscale: #787878. Windows color (decimal): -7966594 or 8286342. OLE color: 8286342.

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

Color convert

RGB 134 112 126 -
CMYK 0 0.16 0.06 0.47
HSL 321.82º 0.09% 0.48% -
HSV(B) 321.82º 0.16% 0.53% -
XYZ 19.39 18.16 22.22 -
YUV 120.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 134 112 126 0 0.16 0.06 0.47 321.82 0.09 0.48
Hex 86 70 7E 0 10 6 2F 142 9 30
Octal 206 160 176 0 20 6 57 502 11 60
Binary 10000110 1110000 1111110 0 10000 110 101111 101000010 1001 110000

Color Harmonies of #86707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86707E

Black with #86707E

Text Example


Text Example

White with #86707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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