#81798D

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

Shades of Topaz #81798D

Tints of Topaz #81798D

Color information

#81798D (or 0x81798D) is unknown color: approx Topaz. HEX triplet: 81, 79 and 8D. RGB value is (129,121,141). Sum of RGB (Red+Green+Blue) = 129+121+141=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #81798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81798D is #7E8672. Grayscale: #7D7D7D. Windows color (decimal): -8291955 or 9271681. OLE color: 9271681.

HSL color Cylindrical-coordinate representation of color #81798D: hue angle of 264º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #81798D is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129121141-
CMYK0.090.1400.45
HSL264º8.06%51.37%-
HSV(B)264º14.18%55.29%-
XYZ20.720.2628.02-
YUV125.67136.65130.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=32.99%
G=30.95%
B=36.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291211410.090.1400.452648.0651.37
Hex81798D9E02D108833
Octal20117121511160554101063
Binary100000011111001100011011001111001011011000010001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81798D; }

 p { color: rgb(129,121,141); }

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

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

 a { background-color: rgb(129,121,141); }

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

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

 span { border-color: rgb(129,121,141); }

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