#775D6D

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

Shades of Salt Box #775D6D

Tints of Salt Box #775D6D

Color information

#775D6D (or 0x775D6D) is unknown color: approx Salt Box. HEX triplet: 77, 5D and 6D. RGB value is (119,93,109). Sum of RGB (Red+Green+Blue) = 119+93+109=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D6D is #88A292. Grayscale: #666666. Windows color (decimal): -8954515 or 7167351. OLE color: 7167351.

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

Color convert

RGB11993109-
CMYK00.220.080.53
HSL323.08º12.26%41.57%-
HSV(B)323.08º21.85%46.67%-
XYZ14.2812.8516.2-
YUV102.6131.61139.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=37.07%
G=28.97%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199310900.220.080.53323.0812.2641.57
Hex775D6D016835143c2a
Octal16713515502610655031452
Binary11101111011101110110101011010001101011010000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,93,109); }

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

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

 a { background-color: rgb(119,93,109); }

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

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

 span { border-color: rgb(119,93,109); }

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