#807885

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

Shades of Topaz #807885

Tints of Topaz #807885

Color information

#807885 (or 0x807885) is unknown color: approx Topaz. HEX triplet: 80, 78 and 85. RGB value is (128,120,133). Sum of RGB (Red+Green+Blue) = 128+120+133=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #807885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807885 is #7F877A. Grayscale: #7B7B7B. Windows color (decimal): -8357755 or 8747136. OLE color: 8747136.

HSL color Cylindrical-coordinate representation of color #807885: hue angle of 276.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #807885 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB128120133-
CMYK0.040.1000.48
HSL276.92º5.14%49.61%-
HSV(B)276.92º9.77%52.16%-
XYZ19.8519.7224.95-
YUV123.87133.15130.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 133 (52.34% from 255) = 34.91%
R=33.60%
G=31.50%
B=34.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281201330.040.1000.48276.925.1449.61
Hex8078854A030115532
Octal200170205412060425562
Binary1000000011110001000010110010100110000100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807885; }

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

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

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

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

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

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

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

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