#86808B

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

Shades of Topaz #86808B

Tints of Topaz #86808B

Color information

#86808B (or 0x86808B) is unknown color: approx Topaz. HEX triplet: 86, 80 and 8B. RGB value is (134,128,139). Sum of RGB (Red+Green+Blue) = 134+128+139=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 139 - color contains mainly: blue. Hex color #86808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86808B is #797F74. Grayscale: #838383. Windows color (decimal): -7962485 or 9142406. OLE color: 9142406.

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

Color convert

RGB134128139-
CMYK0.040.0800.45
HSL272.73º4.53%52.35%-
HSV(B)272.73º7.91%54.51%-
XYZ22.2122.3727.57-
YUV131.05132.49130.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.42%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=33.42%
G=31.92%
B=34.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341281390.040.0800.45272.734.5352.35
Hex86808B4802D111534
Octal206200213410055421564
Binary10000110100000001000101110010000101101100010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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