#81798A

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

Shades of Topaz #81798A

Tints of Topaz #81798A

Color information

#81798A (or 0x81798A) is unknown color: approx Topaz. HEX triplet: 81, 79 and 8A. RGB value is (129,121,138). Sum of RGB (Red+Green+Blue) = 129+121+138=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #81798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81798A is #7E8675. Grayscale: #7D7D7D. Windows color (decimal): -8291958 or 9075073. OLE color: 9075073.

HSL color Cylindrical-coordinate representation of color #81798A: hue angle of 268.24º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #81798A is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB129121138-
CMYK0.070.1200.46
HSL268.24º6.77%50.78%-
HSV(B)268.24º12.32%54.12%-
XYZ20.4820.1826.86-
YUV125.33135.15130.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=33.25%
G=31.19%
B=35.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291211380.070.1200.46268.246.7750.78
Hex81798A7C02E10c733
Octal201171212714056414763
Binary1000000111110011000101011111000101110100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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