#7B5270

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

Shades of Salt Box #7B5270

Tints of Salt Box #7B5270

Color information

#7B5270 (or 0x7B5270) is unknown color: approx Salt Box. HEX triplet: 7B, 52 and 70. RGB value is (123,82,112). Sum of RGB (Red+Green+Blue) = 123+82+112=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5270 is #84AD8F. Grayscale: #616161. Windows color (decimal): -8695184 or 7361147. OLE color: 7361147.

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

Color convert

RGB12382112-
CMYK00.330.090.52
HSL316.1º20%40.2%-
HSV(B)316.1º33.33%48.24%-
XYZ14.1111.4216.79-
YUV97.68136.08146.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=38.80%
G=25.87%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238211200.330.090.52316.12040.2
Hex7B527002193413c1428
Octal17312216004111644742450
Binary1111011101001011100000100001100111010010011110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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