#78546F

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

Shades of Salt Box #78546F

Tints of Salt Box #78546F

Color information

#78546F (or 0x78546F) is unknown color: approx Salt Box. HEX triplet: 78, 54 and 6F. RGB value is (120,84,111). Sum of RGB (Red+Green+Blue) = 120+84+111=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #78546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78546F is #87AB90. Grayscale: #616161. Windows color (decimal): -8891281 or 7296120. OLE color: 7296120.

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

Color convert

RGB12084111-
CMYK00.30.080.53
HSL315º17.65%40%-
HSV(B)315º30%47.06%-
XYZ13.7911.4816.53-
YUV97.84135.43143.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=38.10%
G=26.67%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208411100.30.080.5331517.6540
Hex78546F01E83513b1228
Octal17012415703610654732250
Binary111100010101001101111011110100011010110011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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