#807984

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

Shades of Topaz #807984

Tints of Topaz #807984

Color information

#807984 (or 0x807984) is unknown color: approx Topaz. HEX triplet: 80, 79 and 84. RGB value is (128,121,132). Sum of RGB (Red+Green+Blue) = 128+121+132=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 132 - color contains mainly: blue. Hex color #807984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807984 is #7F867B. Grayscale: #7C7C7C. Windows color (decimal): -8357500 or 8681856. OLE color: 8681856.

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

Color convert

RGB128121132-
CMYK0.030.0800.48
HSL278.18º4.35%49.61%-
HSV(B)278.18º8.33%51.76%-
XYZ19.919.9324.63-
YUV124.35132.32130.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=33.60%
G=31.76%
B=34.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281211320.030.0800.48278.184.3549.61
Hex80798438030116432
Octal200171204310060426462
Binary100000001111001100001001110000110000100010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807984; }

 p { color: rgb(128,121,132); }

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

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

 a { background-color: rgb(128,121,132); }

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

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

 span { border-color: rgb(128,121,132); }

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