#86768D

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

Shades of Topaz #86768D

Tints of Topaz #86768D

Color information

#86768D (or 0x86768D) is unknown color: approx Topaz. HEX triplet: 86, 76 and 8D. RGB value is (134,118,141). Sum of RGB (Red+Green+Blue) = 134+118+141=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #86768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86768D is #798972. Grayscale: #7D7D7D. Windows color (decimal): -7965043 or 9270918. OLE color: 9270918.

HSL color Cylindrical-coordinate representation of color #86768D: hue angle of 281.74º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86768D is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134118141-
CMYK0.050.1600.45
HSL281.74º9.16%50.78%-
HSV(B)281.74º16.31%55.29%-
XYZ21.1219.9527.94-
YUV125.41136.8134.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=34.10%
G=30.03%
B=35.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341181410.050.1600.45281.749.1650.78
Hex86768D51002D11a933
Octal2061662155200554321163
Binary100001101110110100011011011000001011011000110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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