#7B5471

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

Shades of Salt Box #7B5471

Tints of Salt Box #7B5471

Color information

#7B5471 (or 0x7B5471) is unknown color: approx Salt Box. HEX triplet: 7B, 54 and 71. RGB value is (123,84,113). Sum of RGB (Red+Green+Blue) = 123+84+113=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5471 is #84AB8E. Grayscale: #626262. Windows color (decimal): -8694671 or 7427195. OLE color: 7427195.

HSL color Cylindrical-coordinate representation of color #7B5471: hue angle of 315.38º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B5471 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB12384113-
CMYK00.320.080.52
HSL315.38º18.84%40.59%-
HSV(B)315.38º31.71%48.24%-
XYZ14.3211.7417.13-
YUV98.97135.92145.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=38.44%
G=26.25%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238411300.320.080.52315.3818.8440.59
Hex7B547102083413b1329
Octal17312416104010644732351
Binary1111011101010011100010100000100011010010011101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,113); }

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

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

 a { background-color: rgb(123,84,113); }

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

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

 span { border-color: rgb(123,84,113); }

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