Html Css Color HEX #86707D Strikemaster

📋 copy color: '#86707D'

red 134 ◦ green 112 ◦ blue 125

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

Shades of Strikemaster #86707D

Tints of Strikemaster #86707D

RGB

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

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

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

R = 36.12%
G = 30.19%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#86707D (or 0x86707D) is known color: Strikemaster. HEX triplet: 86, 70 and 7D. RGB value is (134,112,125). Sum of RGB (Red+Green+Blue) = 134+112+125=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86707D is #798F82. Grayscale: #787878. Windows color (decimal): -7966595 or 8220806. OLE color: 8220806.

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

Color convert

RGB 134 112 125 -
CMYK 0 0.16 0.07 0.47
HSL 324.55º 0.09% 0.48% -
HSV(B) 324.55º 0.16% 0.53% -
XYZ 19.33 18.14 21.88 -
YUV 120.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 134 112 125 0 0.16 0.07 0.47 324.55 0.09 0.48
Hex 86 70 7D 0 10 7 2F 145 9 30
Octal 206 160 175 0 20 7 57 505 11 60
Binary 10000110 1110000 1111101 0 10000 111 101111 101000101 1001 110000

Color Harmonies of #86707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86707D

Black with #86707D

Text Example


Text Example

White with #86707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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