#7B5870

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

Shades of Salt Box #7B5870

Tints of Salt Box #7B5870

Color information

#7B5870 (or 0x7B5870) is unknown color: approx Salt Box. HEX triplet: 7B, 58 and 70. RGB value is (123,88,112). Sum of RGB (Red+Green+Blue) = 123+88+112=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5870 is #84A78F. Grayscale: #656565. Windows color (decimal): -8693648 or 7362683. OLE color: 7362683.

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

Color convert

RGB12388112-
CMYK00.280.090.52
HSL318.86º16.59%41.37%-
HSV(B)318.86º28.46%48.24%-
XYZ14.5812.3616.95-
YUV101.2134.1143.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.08%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=38.08%
G=27.24%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238811200.280.090.52318.8616.5941.37
Hex7B587001C93413f1129
Octal17313016003411644772151
Binary111101110110001110000011100100111010010011111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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