#7B5A70

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

Shades of Salt Box #7B5A70

Tints of Salt Box #7B5A70

Color information

#7B5A70 (or 0x7B5A70) is unknown color: approx Salt Box. HEX triplet: 7B, 5A and 70. RGB value is (123,90,112). Sum of RGB (Red+Green+Blue) = 123+90+112=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A70 is #84A58F. Grayscale: #666666. Windows color (decimal): -8693136 or 7363195. OLE color: 7363195.

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

Color convert

RGB12390112-
CMYK00.270.090.52
HSL320º15.49%41.76%-
HSV(B)320º26.83%48.24%-
XYZ14.7512.6917-
YUV102.38133.43142.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.85%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=37.85%
G=27.69%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239011200.270.090.5232015.4941.76
Hex7B5A7001B934140f2a
Octal17313216003311645001752
Binary11110111011010111000001101110011101001010000001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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