#81748F

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

Shades of Topaz #81748F

Tints of Topaz #81748F

Color information

#81748F (or 0x81748F) is unknown color: approx Topaz. HEX triplet: 81, 74 and 8F. RGB value is (129,116,143). Sum of RGB (Red+Green+Blue) = 129+116+143=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 143 - color contains mainly: blue. Hex color #81748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81748F is #7E8B70. Grayscale: #7A7A7A. Windows color (decimal): -8293233 or 9401473. OLE color: 9401473.

HSL color Cylindrical-coordinate representation of color #81748F: hue angle of 268.89º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81748F is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129116143-
CMYK0.100.1900.44
HSL268.89º10.76%50.78%-
HSV(B)268.89º18.88%56.08%-
XYZ20.2619.1428.61-
YUV122.96139.31132.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 143 (56.25% from 255) = 36.86%
R=33.25%
G=29.90%
B=36.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291161430.100.1900.44268.8910.7650.78
Hex81748FA1302C10db33
Octal20116421712230544151363
Binary1000000111101001000111110101001101011001000011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81748F; }

 p { color: rgb(129,116,143); }

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

<style>
 a { background-color: #81748F; }

 a { background-color: rgb(129,116,143); }

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

<style>
 span { border-color: #81748F; }

 span { border-color: rgb(129,116,143); }

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