#81798C

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

Shades of Topaz #81798C

Tints of Topaz #81798C

Color information

#81798C (or 0x81798C) is unknown color: approx Topaz. HEX triplet: 81, 79 and 8C. RGB value is (129,121,140). Sum of RGB (Red+Green+Blue) = 129+121+140=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #81798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81798C is #7E8673. Grayscale: #7D7D7D. Windows color (decimal): -8291956 or 9206145. OLE color: 9206145.

HSL color Cylindrical-coordinate representation of color #81798C: hue angle of 265.26º 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 #81798C is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129121140-
CMYK0.080.1400.45
HSL265.26º7.63%51.18%-
HSV(B)265.26º13.57%54.9%-
XYZ20.6220.2427.63-
YUV125.56136.15130.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=33.08%
G=31.03%
B=35.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291211400.080.1400.45265.267.6351.18
Hex81798C8E02D109833
Octal20117121410160554111063
Binary100000011111001100011001000111001011011000010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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