#795B6F

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

Shades of Salt Box #795B6F

Tints of Salt Box #795B6F

Color information

#795B6F (or 0x795B6F) is unknown color: approx Salt Box. HEX triplet: 79, 5B and 6F. RGB value is (121,91,111). Sum of RGB (Red+Green+Blue) = 121+91+111=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #795B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B6F is #86A490. Grayscale: #666666. Windows color (decimal): -8823953 or 7297913. OLE color: 7297913.

HSL color Cylindrical-coordinate representation of color #795B6F: hue angle of 320º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #795B6F is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12191111-
CMYK00.250.080.53
HSL320º14.15%41.57%-
HSV(B)320º24.79%47.45%-
XYZ14.512.6916.73-
YUV102.25132.94141.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=37.46%
G=28.17%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219111100.250.080.5332014.1541.57
Hex795B6F019835140e2a
Octal17113315703110655001652
Binary11110011011011110111101100110001101011010000001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,91,111); }

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

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

 a { background-color: rgb(121,91,111); }

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

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

 span { border-color: rgb(121,91,111); }

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