#86788D

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

Shades of Topaz #86788D

Tints of Topaz #86788D

Color information

#86788D (or 0x86788D) is unknown color: approx Topaz. HEX triplet: 86, 78 and 8D. RGB value is (134,120,141). Sum of RGB (Red+Green+Blue) = 134+120+141=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #86788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86788D is #798772. Grayscale: #7E7E7E. Windows color (decimal): -7964531 or 9271430. OLE color: 9271430.

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

Color convert

RGB134120141-
CMYK0.050.1500.45
HSL280º8.43%51.18%-
HSV(B)280º14.89%55.29%-
XYZ21.3620.4228.02-
YUV126.58136.14133.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=33.92%
G=30.38%
B=35.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341201410.050.1500.452808.4351.18
Hex86788D5F02D118833
Octal2061702155170554301063
Binary10000110111100010001101101111101011011000110001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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