#807D87

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

Shades of Topaz #807D87

Tints of Topaz #807D87

Color information

#807D87 (or 0x807D87) is unknown color: approx Topaz. HEX triplet: 80, 7D and 87. RGB value is (128,125,135). Sum of RGB (Red+Green+Blue) = 128+125+135=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 135 - color contains mainly: blue. Hex color #807D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D87 is #7F8278. Grayscale: #7F7F7F. Windows color (decimal): -8356473 or 8879488. OLE color: 8879488.

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

Color convert

RGB128125135-
CMYK0.050.0700.47
HSL258º4%50.98%-
HSV(B)258º7.41%52.94%-
XYZ20.6121.0125.89-
YUV127.04132.49128.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=32.99%
G=32.22%
B=34.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281251350.050.0700.47258450.98
Hex807D875702F102433
Octal20017520757057402463
Binary100000001111101100001111011110101111100000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,125,135); }

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

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

 a { background-color: rgb(128,125,135); }

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

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

 span { border-color: rgb(128,125,135); }

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