#78546D

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

Shades of Salt Box #78546D

Tints of Salt Box #78546D

Color information

#78546D (or 0x78546D) is unknown color: approx Salt Box. HEX triplet: 78, 54 and 6D. RGB value is (120,84,109). Sum of RGB (Red+Green+Blue) = 120+84+109=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78546D is #87AB92. Grayscale: #616161. Windows color (decimal): -8891283 or 7165048. OLE color: 7165048.

HSL color Cylindrical-coordinate representation of color #78546D: hue angle of 318.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78546D is Cyan = 0, Magento = 0.3, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12084109-
CMYK00.30.090.53
HSL318.33º17.65%40%-
HSV(B)318.33º30%47.06%-
XYZ13.6811.4415.95-
YUV97.61134.43143.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=38.34%
G=26.84%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208410900.30.090.53318.3317.6540
Hex78546D01E93513e1228
Octal17012415503611654762250
Binary111100010101001101101011110100111010110011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78546D; }

 p { color: rgb(120,84,109); }

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

<style>
 a { background-color: #78546D; }

 a { background-color: rgb(120,84,109); }

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

<style>
 span { border-color: #78546D; }

 span { border-color: rgb(120,84,109); }

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