#796D8B

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

Shades of Topaz #796D8B

Tints of Topaz #796D8B

Color information

#796D8B (or 0x796D8B) is unknown color: approx Topaz. HEX triplet: 79, 6D and 8B. RGB value is (121,109,139). Sum of RGB (Red+Green+Blue) = 121+109+139=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #796D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D8B is #869274. Grayscale: #737373. Windows color (decimal): -8819317 or 9137529. OLE color: 9137529.

HSL color Cylindrical-coordinate representation of color #796D8B: hue angle of 264º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #796D8B is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121109139-
CMYK0.130.2200.45
HSL264º12.1%48.63%-
HSV(B)264º21.58%54.51%-
XYZ18.0116.8726.73-
YUV116.01140.98131.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=32.79%
G=29.54%
B=37.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211091390.130.2200.4526412.148.63
Hex796D8BD1602D108c31
Octal17115521315260554101461
Binary111100111011011000101111011011001011011000010001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796D8B; }

 p { color: rgb(121,109,139); }

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

<style>
 a { background-color: #796D8B; }

 a { background-color: rgb(121,109,139); }

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

<style>
 span { border-color: #796D8B; }

 span { border-color: rgb(121,109,139); }

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