Html Css Color HEX #86687B Strikemaster

📋 copy color: '#86687B'

red 134 ◦ green 104 ◦ blue 123

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

Shades of Strikemaster #86687B

Tints of Strikemaster #86687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

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

R = 37.12%
G = 28.81%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86687B (or 0x86687B) is known color: Strikemaster. HEX triplet: 86, 68 and 7B. RGB value is (134,104,123). Sum of RGB (Red+Green+Blue) = 134+104+123=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86687B is #799784. Grayscale: #737373. Windows color (decimal): -7968645 or 8087686. OLE color: 8087686.

HSL color Cylindrical-coordinate representation of color #86687B: hue angle of 322º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86687B is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 104 123 -
CMYK 0 0.22 0.08 0.47
HSL 322º 0.13% 0.47% -
HSV(B) 322º 0.22% 0.53% -
XYZ 18.36 16.4 20.94 -
YUV 115.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 134 104 123 0 0.22 0.08 0.47 322 0.13 0.47
Hex 86 68 7B 0 16 8 2F 142 D 2F
Octal 206 150 173 0 26 10 57 502 15 57
Binary 10000110 1101000 1111011 0 10110 1000 101111 101000010 1101 101111

Color Harmonies of #86687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86687B

Black with #86687B

Text Example


Text Example

White with #86687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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