#7B5970

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

Shades of Salt Box #7B5970

Tints of Salt Box #7B5970

Color information

#7B5970 (or 0x7B5970) is unknown color: approx Salt Box. HEX triplet: 7B, 59 and 70. RGB value is (123,89,112). Sum of RGB (Red+Green+Blue) = 123+89+112=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5970 is #84A68F. Grayscale: #656565. Windows color (decimal): -8693392 or 7362939. OLE color: 7362939.

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

Color convert

RGB12389112-
CMYK00.280.090.52
HSL319.41º16.04%41.57%-
HSV(B)319.41º27.64%48.24%-
XYZ14.6712.5316.97-
YUV101.79133.76143.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.96%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=37.96%
G=27.47%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238911200.280.090.52319.4116.0441.57
Hex7B597001C93413f102a
Octal17313116003411644772052
Binary111101110110011110000011100100111010010011111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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