#775E6F

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

Shades of Salt Box #775E6F

Tints of Salt Box #775E6F

Color information

#775E6F (or 0x775E6F) is unknown color: approx Salt Box. HEX triplet: 77, 5E and 6F. RGB value is (119,94,111). Sum of RGB (Red+Green+Blue) = 119+94+111=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #775E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E6F is #88A190. Grayscale: #676767. Windows color (decimal): -8954257 or 7298679. OLE color: 7298679.

HSL color Cylindrical-coordinate representation of color #775E6F: hue angle of 319.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E6F is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11994111-
CMYK00.210.070.53
HSL319.2º11.74%41.76%-
HSV(B)319.2º21.01%46.67%-
XYZ14.4813.0816.8-
YUV103.41132.28139.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=36.73%
G=29.01%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199411100.210.070.53319.211.7441.76
Hex775E6F01573513fc2a
Octal1671361570257654771452
Binary1110111101111011011110101011111101011001111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E6F; }

 p { color: rgb(119,94,111); }

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

<style>
 a { background-color: #775E6F; }

 a { background-color: rgb(119,94,111); }

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

<style>
 span { border-color: #775E6F; }

 span { border-color: rgb(119,94,111); }

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