#78392A

Color #78392A Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #78392A

Tints of Mocha #78392A

Color information

#78392A (or 0x78392A) is unknown color: approx Mocha. HEX triplet: 78, 39 and 2A. RGB value is (120,57,42). Sum of RGB (Red+Green+Blue) = 120+57+42=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78392A is #87C6D5. Grayscale: #4A4A4A. Windows color (decimal): -8898262 or 2767224. OLE color: 2767224.

HSL color Cylindrical-coordinate representation of color #78392A: hue angle of 11.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78392A is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1205742-
CMYK00.520.650.53
HSL11.54º48.15%31.76%-
HSV(B)11.54º65%47.06%-
XYZ9.637.093.05-
YUV74.13109.87160.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.79%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=54.79%
G=26.03%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120574200.520.650.5311.5448.1531.76
Hex78392A0344135c3020
Octal170715206410165146040
Binary1111000111001101010011010010000011101011100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78392A; }

 p { color: rgb(120,57,42); }

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

<style>
 a { background-color: #78392A; }

 a { background-color: rgb(120,57,42); }

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

<style>
 span { border-color: #78392A; }

 span { border-color: rgb(120,57,42); }

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