#81808B

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

Shades of Topaz #81808B

Tints of Topaz #81808B

Color information

#81808B (or 0x81808B) is unknown color: approx Topaz. HEX triplet: 81, 80 and 8B. RGB value is (129,128,139). Sum of RGB (Red+Green+Blue) = 129+128+139=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #81808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81808B is #7E7F74. Grayscale: #818181. Windows color (decimal): -8290165 or 9142401. OLE color: 9142401.

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

Color convert

RGB129128139-
CMYK0.070.0800.45
HSL245.45º4.53%52.35%-
HSV(B)245.45º7.91%54.51%-
XYZ21.4321.9727.54-
YUV129.55133.33127.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.58%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=32.58%
G=32.32%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291281390.070.0800.45245.454.5352.35
Hex81808B7802Df5534
Octal201200213710055365564
Binary1000000110000000100010111111000010110111110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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