#795A6E

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

Shades of Salt Box #795A6E

Tints of Salt Box #795A6E

Color information

#795A6E (or 0x795A6E) is unknown color: approx Salt Box. HEX triplet: 79, 5A and 6E. RGB value is (121,90,110). Sum of RGB (Red+Green+Blue) = 121+90+110=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #795A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A6E is #86A591. Grayscale: #656565. Windows color (decimal): -8824210 or 7232121. OLE color: 7232121.

HSL color Cylindrical-coordinate representation of color #795A6E: hue angle of 321.29º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #795A6E is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12190110-
CMYK00.260.090.53
HSL321.29º14.69%41.37%-
HSV(B)321.29º25.62%47.45%-
XYZ14.3612.516.41-
YUV101.55132.77141.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=37.69%
G=28.04%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219011000.260.090.53321.2914.6941.37
Hex795A6E01A935141f29
Octal17113215603211655011751
Binary11110011011010110111001101010011101011010000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795A6E; }

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

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

<style>
 a { background-color: #795A6E; }

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

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

<style>
 span { border-color: #795A6E; }

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

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