#78536F

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

Shades of Salt Box #78536F

Tints of Salt Box #78536F

Color information

#78536F (or 0x78536F) is unknown color: approx Salt Box. HEX triplet: 78, 53 and 6F. RGB value is (120,83,111). Sum of RGB (Red+Green+Blue) = 120+83+111=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #78536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78536F is #87AC90. Grayscale: #616161. Windows color (decimal): -8891537 or 7295864. OLE color: 7295864.

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

Color convert

RGB12083111-
CMYK00.310.080.53
HSL314.59º18.23%39.8%-
HSV(B)314.59º30.83%47.06%-
XYZ13.7111.3316.5-
YUV97.26135.76144.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=38.22%
G=26.43%
B=35.35%

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
Decimal1208311100.310.080.53314.5918.2339.8
Hex78536F01F83513b1228
Octal17012315703710654732250
Binary111100010100111101111011111100011010110011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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