#7B5171

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

Shades of Salt Box #7B5171

Tints of Salt Box #7B5171

Color information

#7B5171 (or 0x7B5171) is unknown color: approx Salt Box. HEX triplet: 7B, 51 and 71. RGB value is (123,81,113). Sum of RGB (Red+Green+Blue) = 123+81+113=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5171 is #84AE8E. Grayscale: #616161. Windows color (decimal): -8695439 or 7426427. OLE color: 7426427.

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

Color convert

RGB12381113-
CMYK00.340.080.52
HSL314.29º20.59%40%-
HSV(B)314.29º34.15%48.24%-
XYZ14.0911.2917.06-
YUV97.21136.91146.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=38.80%
G=25.55%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238111300.340.080.52314.2920.5940
Hex7B517102283413a1528
Octal17312116104210644722550
Binary1111011101000111100010100010100011010010011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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