#807C83

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

Shades of Topaz #807C83

Tints of Topaz #807C83

Color information

#807C83 (or 0x807C83) is unknown color: approx Topaz. HEX triplet: 80, 7C and 83. RGB value is (128,124,131). Sum of RGB (Red+Green+Blue) = 128+124+131=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 131 - color contains mainly: blue. Hex color #807C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C83 is #7F837C. Grayscale: #7D7D7D. Windows color (decimal): -8356733 or 8617088. OLE color: 8617088.

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

Color convert

RGB128124131-
CMYK0.020.0500.49
HSL274.29º2.75%50%-
HSV(B)274.29º5.34%51.37%-
XYZ20.2120.6424.39-
YUV125.99130.83129.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=33.42%
G=32.38%
B=34.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281241310.020.0500.49274.292.7550
Hex807C8325031112332
Octal20017420325061422362
Binary1000000011111001000001110101011000110001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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