#775571

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

Shades of Salt Box #775571

Tints of Salt Box #775571

Color information

#775571 (or 0x775571) is unknown color: approx Salt Box. HEX triplet: 77, 55 and 71. RGB value is (119,85,113). Sum of RGB (Red+Green+Blue) = 119+85+113=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775571 is #88AA8E. Grayscale: #626262. Windows color (decimal): -8956559 or 7427447. OLE color: 7427447.

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

Color convert

RGB11985113-
CMYK00.290.050.53
HSL310.59º16.67%40%-
HSV(B)310.59º28.57%46.67%-
XYZ13.8411.6117.13-
YUV98.36136.26142.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=37.54%
G=26.81%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198511300.290.050.53310.5916.6740
Hex77557101D5351371128
Octal1671251610355654672150
Binary11101111010101111000101110110111010110011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775571; }

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

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

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

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

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

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

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

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