#784B70

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

Shades of Salt Box #784B70

Tints of Salt Box #784B70

Color information

#784B70 (or 0x784B70) is unknown color: approx Salt Box. HEX triplet: 78, 4B and 70. RGB value is (120,75,112). Sum of RGB (Red+Green+Blue) = 120+75+112=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #784B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B70 is #87B48F. Grayscale: #5C5C5C. Windows color (decimal): -8893584 or 7359352. OLE color: 7359352.

HSL color Cylindrical-coordinate representation of color #784B70: hue angle of 310.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784B70 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12075112-
CMYK00.370.070.53
HSL310.67º23.08%38.24%-
HSV(B)310.67º37.5%47.06%-
XYZ13.1910.216.6-
YUV92.67138.91147.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=39.09%
G=24.43%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207511200.370.070.53310.6723.0838.24
Hex784B700257351371726
Octal1701131600457654672746
Binary111100010010111110000010010111111010110011011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784B70; }

 p { color: rgb(120,75,112); }

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

<style>
 a { background-color: #784B70; }

 a { background-color: rgb(120,75,112); }

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

<style>
 span { border-color: #784B70; }

 span { border-color: rgb(120,75,112); }

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