#77546D

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

Shades of Salt Box #77546D

Tints of Salt Box #77546D

Color information

#77546D (or 0x77546D) is unknown color: approx Salt Box. HEX triplet: 77, 54 and 6D. RGB value is (119,84,109). Sum of RGB (Red+Green+Blue) = 119+84+109=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77546D is #88AB92. Grayscale: #616161. Windows color (decimal): -8956819 or 7165047. OLE color: 7165047.

HSL color Cylindrical-coordinate representation of color #77546D: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77546D is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11984109-
CMYK00.290.080.53
HSL317.14º17.24%39.8%-
HSV(B)317.14º29.41%46.67%-
XYZ13.5411.3715.95-
YUV97.32134.6143.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=38.14%
G=26.92%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198410900.290.080.53317.1417.2439.8
Hex77546D01D83513d1128
Octal16712415503510654752150
Binary111011110101001101101011101100011010110011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77546D; }

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

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

<style>
 a { background-color: #77546D; }

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

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

<style>
 span { border-color: #77546D; }

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

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