#86758F

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

Shades of Topaz #86758F

Tints of Topaz #86758F

Color information

#86758F (or 0x86758F) is unknown color: approx Topaz. HEX triplet: 86, 75 and 8F. RGB value is (134,117,143). Sum of RGB (Red+Green+Blue) = 134+117+143=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #86758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86758F is #798A70. Grayscale: #7C7C7C. Windows color (decimal): -7965297 or 9401734. OLE color: 9401734.

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

Color convert

RGB134117143-
CMYK0.060.1800.44
HSL279.23º10.4%50.98%-
HSV(B)279.23º18.18%56.08%-
XYZ21.1519.7728.69-
YUV125.05138.13134.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=34.01%
G=29.70%
B=36.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341171430.060.1800.44279.2310.450.98
Hex86758F61202C117a33
Octal2061652176220544271263
Binary100001101110101100011111101001001011001000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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