#81738D

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

Shades of Topaz #81738D

Tints of Topaz #81738D

Color information

#81738D (or 0x81738D) is unknown color: approx Topaz. HEX triplet: 81, 73 and 8D. RGB value is (129,115,141). Sum of RGB (Red+Green+Blue) = 129+115+141=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #81738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81738D is #7E8C72. Grayscale: #7A7A7A. Windows color (decimal): -8293491 or 9270145. OLE color: 9270145.

HSL color Cylindrical-coordinate representation of color #81738D: hue angle of 272.31º 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 #81738D is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129115141-
CMYK0.090.1800.45
HSL272.31º10.24%50.2%-
HSV(B)272.31º18.44%55.29%-
XYZ19.9918.8527.78-
YUV122.15138.64132.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=33.51%
G=29.87%
B=36.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291151410.090.1800.45272.3110.2450.2
Hex81738D91202D110a32
Octal20116321511220554201262
Binary1000000111100111000110110011001001011011000100001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81738D; }

 p { color: rgb(129,115,141); }

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

<style>
 a { background-color: #81738D; }

 a { background-color: rgb(129,115,141); }

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

<style>
 span { border-color: #81738D; }

 span { border-color: rgb(129,115,141); }

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