#784B6F

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

Shades of Salt Box #784B6F

Tints of Salt Box #784B6F

Color information

#784B6F (or 0x784B6F) is unknown color: approx Salt Box. HEX triplet: 78, 4B and 6F. RGB value is (120,75,111). Sum of RGB (Red+Green+Blue) = 120+75+111=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #784B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B6F is #87B490. Grayscale: #5C5C5C. Windows color (decimal): -8893585 or 7293816. OLE color: 7293816.

HSL color Cylindrical-coordinate representation of color #784B6F: hue angle of 312º 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 #784B6F is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12075111-
CMYK00.370.080.53
HSL312º23.08%38.24%-
HSV(B)312º37.5%47.06%-
XYZ13.1310.1716.31-
YUV92.56138.41147.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=39.22%
G=24.51%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207511100.370.080.5331223.0838.24
Hex784B6F0258351381726
Octal17011315704510654702746
Binary1111000100101111011110100101100011010110011100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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