#86778B

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

Shades of Topaz #86778B

Tints of Topaz #86778B

Color information

#86778B (or 0x86778B) is unknown color: approx Topaz. HEX triplet: 86, 77 and 8B. RGB value is (134,119,139). Sum of RGB (Red+Green+Blue) = 134+119+139=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #86778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86778B is #798874. Grayscale: #7D7D7D. Windows color (decimal): -7964789 or 9140102. OLE color: 9140102.

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

Color convert

RGB134119139-
CMYK0.040.1400.45
HSL285º7.94%50.59%-
HSV(B)285º14.39%54.51%-
XYZ21.0920.1327.2-
YUV125.76135.47133.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=34.18%
G=30.36%
B=35.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341191390.040.1400.452857.9450.59
Hex86778B4E02D11d833
Octal2061672134160554351063
Binary10000110111011110001011100111001011011000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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