#78382A

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

Shades of Mocha #78382A

Tints of Mocha #78382A

Color information

#78382A (or 0x78382A) is unknown color: approx Mocha. HEX triplet: 78, 38 and 2A. RGB value is (120,56,42). Sum of RGB (Red+Green+Blue) = 120+56+42=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78382A is #87C7D5. Grayscale: #494949. Windows color (decimal): -8898518 or 2766968. OLE color: 2766968.

HSL color Cylindrical-coordinate representation of color #78382A: hue angle of 10.77º 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 #78382A is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1205642-
CMYK00.530.650.53
HSL10.77º48.15%31.76%-
HSV(B)10.77º65%47.06%-
XYZ9.586.993.03-
YUV73.54110.2161.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.05%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=55.05%
G=25.69%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120564200.530.650.5310.7748.1531.76
Hex78382A0354135b3020
Octal170705206510165136040
Binary1111000111000101010011010110000011101011011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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