#81788A

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

Shades of Topaz #81788A

Tints of Topaz #81788A

Color information

#81788A (or 0x81788A) is unknown color: approx Topaz. HEX triplet: 81, 78 and 8A. RGB value is (129,120,138). Sum of RGB (Red+Green+Blue) = 129+120+138=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #81788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81788A is #7E8775. Grayscale: #7C7C7C. Windows color (decimal): -8292214 or 9074817. OLE color: 9074817.

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

Color convert

RGB129120138-
CMYK0.070.1300.46
HSL270º7.14%50.59%-
HSV(B)270º13.04%54.12%-
XYZ20.3619.9426.82-
YUV124.74135.48131.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=33.33%
G=31.01%
B=35.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291201380.070.1300.462707.1450.59
Hex81788A7D02E10e733
Octal201170212715056416763
Binary1000000111110001000101011111010101110100001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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