#807A83

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

Shades of Topaz #807A83

Tints of Topaz #807A83

Color information

#807A83 (or 0x807A83) is unknown color: approx Topaz. HEX triplet: 80, 7A and 83. RGB value is (128,122,131). Sum of RGB (Red+Green+Blue) = 128+122+131=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 131 - color contains mainly: blue. Hex color #807A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807A83 is #7F857C. Grayscale: #7C7C7C. Windows color (decimal): -8357245 or 8616576. OLE color: 8616576.

HSL color Cylindrical-coordinate representation of color #807A83: hue angle of 280º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #807A83 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB128122131-
CMYK0.020.0700.49
HSL280º3.56%49.61%-
HSV(B)280º6.87%51.37%-
XYZ19.9620.1524.31-
YUV124.82131.49130.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=33.60%
G=32.02%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281221310.020.0700.492803.5649.61
Hex807A8327031118432
Octal20017220327061430462
Binary10000000111101010000011101110110001100011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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