#807A84

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

Shades of Topaz #807A84

Tints of Topaz #807A84

Color information

#807A84 (or 0x807A84) is unknown color: approx Topaz. HEX triplet: 80, 7A and 84. RGB value is (128,122,132). Sum of RGB (Red+Green+Blue) = 128+122+132=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #807A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A84 is #7F857B. Grayscale: #7C7C7C. Windows color (decimal): -8357244 or 8682112. OLE color: 8682112.

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

Color convert

RGB128122132-
CMYK0.030.0800.48
HSL276º3.94%49.8%-
HSV(B)276º7.58%51.76%-
XYZ20.0320.1724.67-
YUV124.93131.99130.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=33.51%
G=31.94%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281221320.030.0800.482763.9449.8
Hex807A8438030114432
Octal200172204310060424462
Binary100000001111010100001001110000110000100010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807A84; }

 p { color: rgb(128,122,132); }

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

<style>
 a { background-color: #807A84; }

 a { background-color: rgb(128,122,132); }

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

<style>
 span { border-color: #807A84; }

 span { border-color: rgb(128,122,132); }

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