#807F81

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

Shades of Topaz #807F81

Tints of Topaz #807F81

Color information

#807F81 (or 0x807F81) is unknown color: approx Topaz. HEX triplet: 80, 7F and 81. RGB value is (128,127,129). Sum of RGB (Red+Green+Blue) = 128+127+129=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 129 - color contains mainly: blue. Hex color #807F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F81 is #7F807E. Grayscale: #7F7F7F. Windows color (decimal): -8355967 or 8486784. OLE color: 8486784.

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

Color convert

RGB128127129-
CMYK0.010.0200.49
HSL270º0.79%50.2%-
HSV(B)270º1.55%50.59%-
XYZ20.4521.3523.81-
YUV127.53128.83128.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 129 (50.78% from 255) = 33.59%
R=33.33%
G=33.07%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281271290.010.0200.492700.7950.2
Hex807F811203110e132
Octal20017720112061416162
Binary1000000011111111000000111001100011000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,127,129); }

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

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

 a { background-color: rgb(128,127,129); }

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

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

 span { border-color: rgb(128,127,129); }

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