#81728B

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

Shades of Topaz #81728B

Tints of Topaz #81728B

Color information

#81728B (or 0x81728B) is unknown color: approx Topaz. HEX triplet: 81, 72 and 8B. RGB value is (129,114,139). Sum of RGB (Red+Green+Blue) = 129+114+139=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #81728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81728B is #7E8D74. Grayscale: #797979. Windows color (decimal): -8293749 or 9138817. OLE color: 9138817.

HSL color Cylindrical-coordinate representation of color #81728B: hue angle of 276º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81728B is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129114139-
CMYK0.070.1800.45
HSL276º9.88%49.61%-
HSV(B)276º17.99%54.51%-
XYZ19.7318.5726.97-
YUV121.34137.97133.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=33.77%
G=29.84%
B=36.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291141390.070.1800.452769.8849.61
Hex81728B71202D114a32
Octal2011622137220554241262
Binary100000011110010100010111111001001011011000101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81728B; }

 p { color: rgb(129,114,139); }

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

<style>
 a { background-color: #81728B; }

 a { background-color: rgb(129,114,139); }

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

<style>
 span { border-color: #81728B; }

 span { border-color: rgb(129,114,139); }

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