#78576D

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

Shades of Salt Box #78576D

Tints of Salt Box #78576D

Color information

#78576D (or 0x78576D) is unknown color: approx Salt Box. HEX triplet: 78, 57 and 6D. RGB value is (120,87,109). Sum of RGB (Red+Green+Blue) = 120+87+109=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #78576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78576D is #87A892. Grayscale: #636363. Windows color (decimal): -8890515 or 7165816. OLE color: 7165816.

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

Color convert

RGB12087109-
CMYK00.280.090.53
HSL320º15.94%40.59%-
HSV(B)320º27.5%47.06%-
XYZ13.9111.9116.03-
YUV99.37133.43142.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=37.97%
G=27.53%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208710900.280.090.5332015.9440.59
Hex78576D01C9351401029
Octal17012715503411655002051
Binary111100010101111101101011100100111010110100000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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