Html Css Color HEX #86707B Strikemaster

📋 copy color: '#86707B'

red 134 ◦ green 112 ◦ blue 123

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

Shades of Strikemaster #86707B

Tints of Strikemaster #86707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 36.31%
G = 30.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86707B (or 0x86707B) is known color: Strikemaster. HEX triplet: 86, 70 and 7B. RGB value is (134,112,123). Sum of RGB (Red+Green+Blue) = 134+112+123=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #86707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86707B is #798F84. Grayscale: #777777. Windows color (decimal): -7966597 or 8089734. OLE color: 8089734.

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

Color convert

RGB 134 112 123 -
CMYK 0 0.16 0.08 0.47
HSL 330º 0.09% 0.48% -
HSV(B) 330º 0.16% 0.53% -
XYZ 19.2 18.09 21.22 -
YUV 119.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 134 112 123 0 0.16 0.08 0.47 330 0.09 0.48
Hex 86 70 7B 0 10 8 2F 14A 9 30
Octal 206 160 173 0 20 10 57 512 11 60
Binary 10000110 1110000 1111011 0 10000 1000 101111 101001010 1001 110000

Color Harmonies of #86707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86707B

Black with #86707B

Text Example


Text Example

White with #86707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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