#807789

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

Shades of Topaz #807789

Tints of Topaz #807789

Color information

#807789 (or 0x807789) is unknown color: approx Topaz. HEX triplet: 80, 77 and 89. RGB value is (128,119,137). Sum of RGB (Red+Green+Blue) = 128+119+137=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 137 - color contains mainly: blue. Hex color #807789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807789 is #7F8876. Grayscale: #7B7B7B. Windows color (decimal): -8358007 or 9009024. OLE color: 9009024.

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

Color convert

RGB128119137-
CMYK0.070.1300.46
HSL270º7.09%50.2%-
HSV(B)270º13.14%53.73%-
XYZ20.0119.5926.39-
YUV123.74135.48131.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=33.33%
G=30.99%
B=35.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281191370.070.1300.462707.0950.2
Hex8077897D02E10e732
Octal200167211715056416762
Binary1000000011101111000100111111010101110100001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807789; }

 p { color: rgb(128,119,137); }

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

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

 a { background-color: rgb(128,119,137); }

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

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

 span { border-color: rgb(128,119,137); }

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