#81788C

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

Shades of Topaz #81788C

Tints of Topaz #81788C

Color information

#81788C (or 0x81788C) is unknown color: approx Topaz. HEX triplet: 81, 78 and 8C. RGB value is (129,120,140). Sum of RGB (Red+Green+Blue) = 129+120+140=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #81788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81788C is #7E8773. Grayscale: #7C7C7C. Windows color (decimal): -8292212 or 9205889. OLE color: 9205889.

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

Color convert

RGB129120140-
CMYK0.080.1400.45
HSL267º8%50.98%-
HSV(B)267º14.29%54.9%-
XYZ20.519.9927.59-
YUV124.97136.48130.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=33.16%
G=30.85%
B=35.99%

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
Decimal1291201400.080.1400.45267850.98
Hex81788C8E02D10b833
Octal20117021410160554131063
Binary100000011111000100011001000111001011011000010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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