#7D5771

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

Shades of Salt Box #7D5771

Tints of Salt Box #7D5771

Color information

#7D5771 (or 0x7D5771) is unknown color: approx Salt Box. HEX triplet: 7D, 57 and 71. RGB value is (125,87,113). Sum of RGB (Red+Green+Blue) = 125+87+113=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5771 is #82A88E. Grayscale: #656565. Windows color (decimal): -8562831 or 7427965. OLE color: 7427965.

HSL color Cylindrical-coordinate representation of color #7D5771: hue angle of 318.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5771 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12587113-
CMYK00.300.100.51
HSL318.95º17.92%41.57%-
HSV(B)318.95º30.4%49.02%-
XYZ14.8512.3717.23-
YUV101.33134.59144.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=38.46%
G=26.77%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258711300.300.100.51318.9517.9241.57
Hex7D577101EA3313f122a
Octal17512716103612634772252
Binary111110110101111110001011110101011001110011111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D5771; }

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

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

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

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

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

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

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

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