#775771

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

Shades of Salt Box #775771

Tints of Salt Box #775771

Color information

#775771 (or 0x775771) is unknown color: approx Salt Box. HEX triplet: 77, 57 and 71. RGB value is (119,87,113). Sum of RGB (Red+Green+Blue) = 119+87+113=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #775771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775771 is #88A88E. Grayscale: #636363. Windows color (decimal): -8956047 or 7427959. OLE color: 7427959.

HSL color Cylindrical-coordinate representation of color #775771: hue angle of 311.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #775771 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB11987113-
CMYK00.270.050.53
HSL311.25º15.53%40.39%-
HSV(B)311.25º26.89%46.67%-
XYZ1411.9317.19-
YUV99.53135.6141.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=37.30%
G=27.27%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198711300.270.050.53311.2515.5340.39
Hex77577101B5351371028
Octal1671271610335654672050
Binary11101111010111111000101101110111010110011011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775771; }

 p { color: rgb(119,87,113); }

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

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

 a { background-color: rgb(119,87,113); }

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

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

 span { border-color: rgb(119,87,113); }

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