#7B5470

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

Shades of Salt Box #7B5470

Tints of Salt Box #7B5470

Color information

#7B5470 (or 0x7B5470) is unknown color: approx Salt Box. HEX triplet: 7B, 54 and 70. RGB value is (123,84,112). Sum of RGB (Red+Green+Blue) = 123+84+112=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5470 is #84AB8F. Grayscale: #626262. Windows color (decimal): -8694672 or 7361659. OLE color: 7361659.

HSL color Cylindrical-coordinate representation of color #7B5470: hue angle of 316.92º 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 #7B5470 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB12384112-
CMYK00.320.090.52
HSL316.92º18.84%40.59%-
HSV(B)316.92º31.71%48.24%-
XYZ14.2611.7216.84-
YUV98.85135.42145.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=38.56%
G=26.33%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238411200.320.090.52316.9218.8440.59
Hex7B547002093413d1329
Octal17312416004011644752351
Binary1111011101010011100000100000100111010010011110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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