#7B5C71

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

Shades of Salt Box #7B5C71

Tints of Salt Box #7B5C71

Color information

#7B5C71 (or 0x7B5C71) is unknown color: approx Salt Box. HEX triplet: 7B, 5C and 71. RGB value is (123,92,113). Sum of RGB (Red+Green+Blue) = 123+92+113=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C71 is #84A38E. Grayscale: #676767. Windows color (decimal): -8692623 or 7429243. OLE color: 7429243.

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

Color convert

RGB12392113-
CMYK00.250.080.52
HSL319.35º14.42%42.16%-
HSV(B)319.35º25.2%48.24%-
XYZ14.9813.0617.35-
YUV103.66133.27141.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.5%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=37.5%
G=28.05%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239211300.250.080.52319.3514.4242.16
Hex7B5C7101983413fe2a
Octal17313416103110644771652
Binary11110111011100111000101100110001101001001111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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