#7B5B70

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

Shades of Salt Box #7B5B70

Tints of Salt Box #7B5B70

Color information

#7B5B70 (or 0x7B5B70) is unknown color: approx Salt Box. HEX triplet: 7B, 5B and 70. RGB value is (123,91,112). Sum of RGB (Red+Green+Blue) = 123+91+112=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B70 is #84A48F. Grayscale: #666666. Windows color (decimal): -8692880 or 7363451. OLE color: 7363451.

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

Color convert

RGB12391112-
CMYK00.260.090.52
HSL320.62º14.95%41.96%-
HSV(B)320.62º26.02%48.24%-
XYZ14.8312.8617.03-
YUV102.96133.1142.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=37.73%
G=27.91%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239111200.260.090.52320.6214.9541.96
Hex7B5B7001A934141f2a
Octal17313316003211645011752
Binary11110111011011111000001101010011101001010000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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