#794B6E

Color #794B6E Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #794B6E

Tints of Salt Box #794B6E

Color information

#794B6E (or 0x794B6E) is unknown color: approx Salt Box. HEX triplet: 79, 4B and 6E. RGB value is (121,75,110). Sum of RGB (Red+Green+Blue) = 121+75+110=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 121 - color contains mainly: red. Hex color #794B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794B6E is #86B491. Grayscale: #5C5C5C. Windows color (decimal): -8828050 or 7228281. OLE color: 7228281.

HSL color Cylindrical-coordinate representation of color #794B6E: hue angle of 314.35º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #794B6E is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12175110-
CMYK00.380.090.53
HSL314.35º23.47%38.43%-
HSV(B)314.35º38.02%47.45%-
XYZ13.2210.2216.03-
YUV92.74137.74148.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.54%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=39.54%
G=24.51%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217511000.380.090.53314.3523.4738.43
Hex794B6E02693513a1726
Octal17111315604611654722746
Binary1111001100101111011100100110100111010110011101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794B6E; }

 p { color: rgb(121,75,110); }

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

<style>
 a { background-color: #794B6E; }

 a { background-color: rgb(121,75,110); }

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

<style>
 span { border-color: #794B6E; }

 span { border-color: rgb(121,75,110); }

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