#784E6E

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

Shades of Salt Box #784E6E

Tints of Salt Box #784E6E

Color information

#784E6E (or 0x784E6E) is unknown color: approx Salt Box. HEX triplet: 78, 4E and 6E. RGB value is (120,78,110). Sum of RGB (Red+Green+Blue) = 120+78+110=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #784E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E6E is #87B191. Grayscale: #5E5E5E. Windows color (decimal): -8892818 or 7229048. OLE color: 7229048.

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

Color convert

RGB12078110-
CMYK00.350.080.53
HSL314.29º21.21%38.82%-
HSV(B)314.29º35%47.06%-
XYZ13.2810.5716.09-
YUV94.21136.91146.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=38.96%
G=25.32%
B=35.71%

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
Decimal1207811000.350.080.53314.2921.2138.82
Hex784E6E02383513a1527
Octal17011615604310654722547
Binary1111000100111011011100100011100011010110011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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