#81758A

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

Shades of Topaz #81758A

Tints of Topaz #81758A

Color information

#81758A (or 0x81758A) is unknown color: approx Topaz. HEX triplet: 81, 75 and 8A. RGB value is (129,117,138). Sum of RGB (Red+Green+Blue) = 129+117+138=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #81758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81758A is #7E8A75. Grayscale: #7A7A7A. Windows color (decimal): -8292982 or 9074049. OLE color: 9074049.

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

Color convert

RGB129117138-
CMYK0.070.1500.46
HSL274.29º8.24%50%-
HSV(B)274.29º15.22%54.12%-
XYZ2019.2226.7-
YUV122.98136.48132.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=33.59%
G=30.47%
B=35.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291171380.070.1500.46274.298.2450
Hex81758A7F02E112832
Octal2011652127170564221062
Binary10000001111010110001010111111101011101000100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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