#86788B

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

Shades of Topaz #86788B

Tints of Topaz #86788B

Color information

#86788B (or 0x86788B) is unknown color: approx Topaz. HEX triplet: 86, 78 and 8B. RGB value is (134,120,139). Sum of RGB (Red+Green+Blue) = 134+120+139=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #86788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86788B is #798774. Grayscale: #7E7E7E. Windows color (decimal): -7964533 or 9140358. OLE color: 9140358.

HSL color Cylindrical-coordinate representation of color #86788B: hue angle of 284.21º 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 #86788B is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134120139-
CMYK0.040.1400.45
HSL284.21º7.57%50.78%-
HSV(B)284.21º13.67%54.51%-
XYZ21.2120.3727.24-
YUV126.35135.14133.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=34.10%
G=30.53%
B=35.37%

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
Decimal1341201390.040.1400.45284.217.5750.78
Hex86788B4E02D11c833
Octal2061702134160554341063
Binary10000110111100010001011100111001011011000111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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