#77546F

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

Shades of Salt Box #77546F

Tints of Salt Box #77546F

Color information

#77546F (or 0x77546F) is unknown color: approx Salt Box. HEX triplet: 77, 54 and 6F. RGB value is (119,84,111). Sum of RGB (Red+Green+Blue) = 119+84+111=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #77546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77546F is #88AB90. Grayscale: #616161. Windows color (decimal): -8956817 or 7296119. OLE color: 7296119.

HSL color Cylindrical-coordinate representation of color #77546F: hue angle of 313.71º 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 #77546F is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11984111-
CMYK00.290.070.53
HSL313.71º17.24%39.8%-
HSV(B)313.71º29.41%46.67%-
XYZ13.6511.4116.52-
YUV97.54135.6143.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.90%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=37.90%
G=26.75%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198411100.290.070.53313.7117.2439.8
Hex77546F01D73513a1128
Octal1671241570357654722150
Binary11101111010100110111101110111111010110011101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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