#86798B

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

Shades of Topaz #86798B

Tints of Topaz #86798B

Color information

#86798B (or 0x86798B) is unknown color: approx Topaz. HEX triplet: 86, 79 and 8B. RGB value is (134,121,139). Sum of RGB (Red+Green+Blue) = 134+121+139=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #86798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86798B is #798674. Grayscale: #7E7E7E. Windows color (decimal): -7964277 or 9140614. OLE color: 9140614.

HSL color Cylindrical-coordinate representation of color #86798B: hue angle of 283.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #86798B is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134121139-
CMYK0.040.1300.45
HSL283.33º7.2%50.98%-
HSV(B)283.33º12.95%54.51%-
XYZ21.3320.6127.28-
YUV126.94134.81133.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=34.01%
G=30.71%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341211390.040.1300.45283.337.250.98
Hex86798B4D02D11b733
Octal206171213415055433763
Binary1000011011110011000101110011010101101100011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86798B; }

 p { color: rgb(134,121,139); }

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

<style>
 a { background-color: #86798B; }

 a { background-color: rgb(134,121,139); }

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

<style>
 span { border-color: #86798B; }

 span { border-color: rgb(134,121,139); }

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