#78536D

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

Shades of Salt Box #78536D

Tints of Salt Box #78536D

Color information

#78536D (or 0x78536D) is unknown color: approx Salt Box. HEX triplet: 78, 53 and 6D. RGB value is (120,83,109). Sum of RGB (Red+Green+Blue) = 120+83+109=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #78536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78536D is #87AC92. Grayscale: #606060. Windows color (decimal): -8891539 or 7164792. OLE color: 7164792.

HSL color Cylindrical-coordinate representation of color #78536D: hue angle of 317.84º 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 #78536D is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12083109-
CMYK00.310.090.53
HSL317.84º18.23%39.8%-
HSV(B)317.84º30.83%47.06%-
XYZ13.611.2815.93-
YUV97.03134.76144.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=38.46%
G=26.60%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208310900.310.090.53317.8418.2339.8
Hex78536D01F93513e1228
Octal17012315503711654762250
Binary111100010100111101101011111100111010110011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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