#86708F

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

Shades of Topaz #86708F

Tints of Topaz #86708F

Color information

#86708F (or 0x86708F) is unknown color: approx Topaz. HEX triplet: 86, 70 and 8F. RGB value is (134,112,143). Sum of RGB (Red+Green+Blue) = 134+112+143=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 143 - color contains mainly: blue. Hex color #86708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86708F is #798F70. Grayscale: #7A7A7A. Windows color (decimal): -7966577 or 9400454. OLE color: 9400454.

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

Color convert

RGB134112143-
CMYK0.060.2200.44
HSL282.58º12.16%50%-
HSV(B)282.58º21.68%56.08%-
XYZ20.5818.6428.5-
YUV122.11139.79136.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=34.45%
G=28.79%
B=36.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341121430.060.2200.44282.5812.1650
Hex86708F61602C11bc32
Octal2061602176260544331462
Binary100001101110000100011111101011001011001000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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