#807889

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

Shades of Topaz #807889

Tints of Topaz #807889

Color information

#807889 (or 0x807889) is unknown color: approx Topaz. HEX triplet: 80, 78 and 89. RGB value is (128,120,137). Sum of RGB (Red+Green+Blue) = 128+120+137=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 137 - color contains mainly: blue. Hex color #807889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807889 is #7F8776. Grayscale: #7C7C7C. Windows color (decimal): -8357751 or 9009280. OLE color: 9009280.

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

Color convert

RGB128120137-
CMYK0.070.1200.46
HSL268.24º6.72%50.39%-
HSV(B)268.24º12.41%53.73%-
XYZ20.1319.8326.43-
YUV124.33135.15130.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=33.25%
G=31.17%
B=35.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281201370.070.1200.46268.246.7250.39
Hex8078897C02E10c732
Octal200170211714056414762
Binary1000000011110001000100111111000101110100001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807889; }

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

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

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

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

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

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

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

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