#7B506F

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

Shades of Salt Box #7B506F

Tints of Salt Box #7B506F

Color information

#7B506F (or 0x7B506F) is unknown color: approx Salt Box. HEX triplet: 7B, 50 and 6F. RGB value is (123,80,111). Sum of RGB (Red+Green+Blue) = 123+80+111=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B506F is #84AF90. Grayscale: #606060. Windows color (decimal): -8695697 or 7295099. OLE color: 7295099.

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

Color convert

RGB12380111-
CMYK00.350.100.52
HSL316.74º21.18%39.8%-
HSV(B)316.74º34.96%48.24%-
XYZ13.9111.116.45-
YUV96.39136.25146.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.17%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=39.17%
G=25.48%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238011100.350.100.52316.7421.1839.8
Hex7B506F023A3413d1528
Octal17312015704312644752550
Binary1111011101000011011110100011101011010010011110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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