#81748B

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

Shades of Topaz #81748B

Tints of Topaz #81748B

Color information

#81748B (or 0x81748B) is unknown color: approx Topaz. HEX triplet: 81, 74 and 8B. RGB value is (129,116,139). Sum of RGB (Red+Green+Blue) = 129+116+139=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #81748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81748B is #7E8B74. Grayscale: #7A7A7A. Windows color (decimal): -8293237 or 9139329. OLE color: 9139329.

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

Color convert

RGB129116139-
CMYK0.070.1700.45
HSL273.91º9.02%50%-
HSV(B)273.91º16.55%54.51%-
XYZ19.9619.0227.05-
YUV122.51137.31132.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=33.59%
G=30.21%
B=36.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291161390.070.1700.45273.919.0250
Hex81748B71102D112932
Octal2011642137210554221162
Binary100000011110100100010111111000101011011000100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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