#78362C

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

Shades of Mocha #78362C

Tints of Mocha #78362C

Color information

#78362C (or 0x78362C) is unknown color: approx Mocha. HEX triplet: 78, 36 and 2C. RGB value is (120,54,44). Sum of RGB (Red+Green+Blue) = 120+54+44=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78362C is #87C9D3. Grayscale: #484848. Windows color (decimal): -8899028 or 2897528. OLE color: 2897528.

HSL color Cylindrical-coordinate representation of color #78362C: hue angle of 7.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78362C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1205444-
CMYK00.550.630.53
HSL7.89º46.34%32.16%-
HSV(B)7.89º63.33%47.06%-
XYZ9.526.813.2-
YUV72.59111.87161.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=55.05%
G=24.77%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120544400.550.630.537.8946.3432.16
Hex78362C0373F3582e20
Octal17066540677765105640
Binary111100011011010110001101111111111101011000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78362C; }

 p { color: rgb(120,54,44); }

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

<style>
 a { background-color: #78362C; }

 a { background-color: rgb(120,54,44); }

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

<style>
 span { border-color: #78362C; }

 span { border-color: rgb(120,54,44); }

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