#817B8B

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

Shades of Topaz #817B8B

Tints of Topaz #817B8B

Color information

#817B8B (or 0x817B8B) is unknown color: approx Topaz. HEX triplet: 81, 7B and 8B. RGB value is (129,123,139). Sum of RGB (Red+Green+Blue) = 129+123+139=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: blue. Hex color #817B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817B8B is #7E8474. Grayscale: #7E7E7E. Windows color (decimal): -8291445 or 9141121. OLE color: 9141121.

HSL color Cylindrical-coordinate representation of color #817B8B: hue angle of 262.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #817B8B is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129123139-
CMYK0.070.1200.45
HSL262.5º6.45%51.37%-
HSV(B)262.5º11.51%54.51%-
XYZ20.820.727.32-
YUV126.62134.99129.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=32.99%
G=31.46%
B=35.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291231390.070.1200.45262.56.4551.37
Hex817B8B7C02D107633
Octal201173213714055407663
Binary1000000111110111000101111111000101101100000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817B8B; }

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

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

<style>
 a { background-color: #817B8B; }

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

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

<style>
 span { border-color: #817B8B; }

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

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