#86768E

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

Shades of Topaz #86768E

Tints of Topaz #86768E

Color information

#86768E (or 0x86768E) is unknown color: approx Topaz. HEX triplet: 86, 76 and 8E. RGB value is (134,118,142). Sum of RGB (Red+Green+Blue) = 134+118+142=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #86768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86768E is #798971. Grayscale: #7D7D7D. Windows color (decimal): -7965042 or 9336454. OLE color: 9336454.

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

Color convert

RGB134118142-
CMYK0.060.1700.44
HSL280º9.6%50.98%-
HSV(B)280º16.9%55.69%-
XYZ21.1919.9828.33-
YUV125.52137.3134.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=34.01%
G=29.95%
B=36.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341181420.060.1700.442809.650.98
Hex86768E61102C118a33
Octal2061662166210544301263
Binary100001101110110100011101101000101011001000110001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86768E; }

 p { color: rgb(134,118,142); }

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

<style>
 a { background-color: #86768E; }

 a { background-color: rgb(134,118,142); }

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

<style>
 span { border-color: #86768E; }

 span { border-color: rgb(134,118,142); }

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