#807389

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

Shades of Topaz #807389

Tints of Topaz #807389

Color information

#807389 (or 0x807389) is unknown color: approx Topaz. HEX triplet: 80, 73 and 89. RGB value is (128,115,137). Sum of RGB (Red+Green+Blue) = 128+115+137=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #807389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807389 is #7F8C76. Grayscale: #797979. Windows color (decimal): -8359031 or 9008000. OLE color: 9008000.

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

Color convert

RGB128115137-
CMYK0.070.1600.46
HSL275.45º8.73%49.41%-
HSV(B)275.45º16.06%53.73%-
XYZ19.5518.6626.24-
YUV121.39136.81132.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=33.68%
G=30.26%
B=36.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281151370.070.1600.46275.458.7349.41
Hex80738971002E113931
Octal2001632117200564231161
Binary100000001110011100010011111000001011101000100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807389; }

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

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

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

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

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

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

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

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