#86808A

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

Shades of Topaz #86808A

Tints of Topaz #86808A

Color information

#86808A (or 0x86808A) is unknown color: approx Topaz. HEX triplet: 86, 80 and 8A. RGB value is (134,128,138). Sum of RGB (Red+Green+Blue) = 134+128+138=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 138 - color contains mainly: blue. Hex color #86808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86808A is #797F75. Grayscale: #828282. Windows color (decimal): -7962486 or 9076870. OLE color: 9076870.

HSL color Cylindrical-coordinate representation of color #86808A: hue angle of 276º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #86808A is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB134128138-
CMYK0.030.0700.46
HSL276º4.1%52.16%-
HSV(B)276º7.25%54.12%-
XYZ22.1422.3427.19-
YUV130.93131.99130.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.5%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=33.5%
G=32%
B=34.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341281380.030.0700.462764.152.16
Hex86808A3702E114434
Octal20620021237056424464
Binary100001101000000010001010111110101110100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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