#81758C

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

Shades of Topaz #81758C

Tints of Topaz #81758C

Color information

#81758C (or 0x81758C) is unknown color: approx Topaz. HEX triplet: 81, 75 and 8C. RGB value is (129,117,140). Sum of RGB (Red+Green+Blue) = 129+117+140=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #81758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81758C is #7E8A73. Grayscale: #7B7B7B. Windows color (decimal): -8292980 or 9205121. OLE color: 9205121.

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

Color convert

RGB129117140-
CMYK0.080.1600.45
HSL271.3º9.09%50.39%-
HSV(B)271.3º16.43%54.9%-
XYZ20.1519.2827.47-
YUV123.21137.48132.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=33.42%
G=30.31%
B=36.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291171400.080.1600.45271.39.0950.39
Hex81758C81002D10f932
Octal20116521410200554171162
Binary1000000111101011000110010001000001011011000011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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