#784E6F

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

Shades of Salt Box #784E6F

Tints of Salt Box #784E6F

Color information

#784E6F (or 0x784E6F) is unknown color: approx Salt Box. HEX triplet: 78, 4E and 6F. RGB value is (120,78,111). Sum of RGB (Red+Green+Blue) = 120+78+111=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #784E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E6F is #87B190. Grayscale: #5E5E5E. Windows color (decimal): -8892817 or 7294584. OLE color: 7294584.

HSL color Cylindrical-coordinate representation of color #784E6F: hue angle of 312.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #784E6F is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12078111-
CMYK00.350.080.53
HSL312.86º21.21%38.82%-
HSV(B)312.86º35%47.06%-
XYZ13.3410.5916.38-
YUV94.32137.41146.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=38.83%
G=25.24%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207811100.350.080.53312.8621.2138.82
Hex784E6F0238351391527
Octal17011615704310654712547
Binary1111000100111011011110100011100011010110011100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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