#78566E

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

Shades of Salt Box #78566E

Tints of Salt Box #78566E

Color information

#78566E (or 0x78566E) is unknown color: approx Salt Box. HEX triplet: 78, 56 and 6E. RGB value is (120,86,110). Sum of RGB (Red+Green+Blue) = 120+86+110=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #78566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78566E is #87A991. Grayscale: #626262. Windows color (decimal): -8890770 or 7231096. OLE color: 7231096.

HSL color Cylindrical-coordinate representation of color #78566E: hue angle of 317.65º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78566E is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12086110-
CMYK00.280.080.53
HSL317.65º16.5%40.39%-
HSV(B)317.65º28.33%47.06%-
XYZ13.8911.7716.29-
YUV98.9134.26143.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=37.97%
G=27.22%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208611000.280.080.53317.6516.540.39
Hex78566E01C83513e1128
Octal17012615603410654762150
Binary111100010101101101110011100100011010110011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78566E; }

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

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

<style>
 a { background-color: #78566E; }

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

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

<style>
 span { border-color: #78566E; }

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

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