#78536E

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

Shades of Salt Box #78536E

Tints of Salt Box #78536E

Color information

#78536E (or 0x78536E) is unknown color: approx Salt Box. HEX triplet: 78, 53 and 6E. RGB value is (120,83,110). Sum of RGB (Red+Green+Blue) = 120+83+110=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78536E is #87AC91. Grayscale: #616161. Windows color (decimal): -8891538 or 7230328. OLE color: 7230328.

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

Color convert

RGB12083110-
CMYK00.310.080.53
HSL316.22º18.23%39.8%-
HSV(B)316.22º30.83%47.06%-
XYZ13.6511.3116.21-
YUV97.14135.26144.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=38.34%
G=26.52%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208311000.310.080.53316.2218.2339.8
Hex78536E01F83513c1228
Octal17012315603710654742250
Binary111100010100111101110011111100011010110011110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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