#7B546F

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

Shades of Salt Box #7B546F

Tints of Salt Box #7B546F

Color information

#7B546F (or 0x7B546F) is unknown color: approx Salt Box. HEX triplet: 7B, 54 and 6F. RGB value is (123,84,111). Sum of RGB (Red+Green+Blue) = 123+84+111=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 123 - color contains mainly: red. Hex color #7B546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B546F is #84AB90. Grayscale: #626262. Windows color (decimal): -8694673 or 7296123. OLE color: 7296123.

HSL color Cylindrical-coordinate representation of color #7B546F: hue angle of 318.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B546F is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB12384111-
CMYK00.320.100.52
HSL318.46º18.84%40.59%-
HSV(B)318.46º31.71%48.24%-
XYZ14.2111.716.55-
YUV98.74134.92145.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.68%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=38.68%
G=26.42%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238411100.320.100.52318.4618.8440.59
Hex7B546F020A3413e1329
Octal17312415704012644762351
Binary1111011101010011011110100000101011010010011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,111); }

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

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

 a { background-color: rgb(123,84,111); }

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

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

 span { border-color: rgb(123,84,111); }

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