#86718F

Color #86718F Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #86718F

Tints of Topaz #86718F

Color information

#86718F (or 0x86718F) is unknown color: approx Topaz. HEX triplet: 86, 71 and 8F. RGB value is (134,113,143). Sum of RGB (Red+Green+Blue) = 134+113+143=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 143 - color contains mainly: blue. Hex color #86718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86718F is #798E70. Grayscale: #7A7A7A. Windows color (decimal): -7966321 or 9400710. OLE color: 9400710.

HSL color Cylindrical-coordinate representation of color #86718F: hue angle of 282º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86718F is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134113143-
CMYK0.060.2100.44
HSL282º11.81%50.2%-
HSV(B)282º20.98%56.08%-
XYZ20.6918.8628.54-
YUV122.7139.46136.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=34.36%
G=28.97%
B=36.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341131430.060.2100.4428211.8150.2
Hex86718F61502C11ac32
Octal2061612176250544321462
Binary100001101110001100011111101010101011001000110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86718F; }

 p { color: rgb(134,113,143); }

 H1.HeaderClassName
 {
   color: #86718F;
 }
 .AnyTagClassName
 {
   color: #86718F;
 }
</style>
background-color css

<style>
 a { background-color: #86718F; }

 a { background-color: rgb(134,113,143); }

 div.DivClassName
 {
   background-color: #86718F;
 }
 .BgClassName
 {
   background-color: #86718F;
 }
</style>
border-color css

<style>
 span { border-color: #86718F; }

 span { border-color: rgb(134,113,143); }

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