Html Css Color HEX #78392A Mocha

📋 copy color: '#78392A'

red 120 ◦ green 57 ◦ blue 42

#78392A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mocha #78392A

Tints of Mocha #78392A

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.8% from 255) = 19.18%

R = 54.79%
G = 26.03%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#78392A (or 0x78392A) is known color: 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

RGB 120 57 42 -
CMYK 0 0.52 0.65 0.53
HSL 11.54º 0.48% 0.32% -
HSV(B) 11.54º 0.65% 0.47% -
XYZ 9.63 7.09 3.05 -
YUV 74.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 120 57 42 0 0.52 0.65 0.53 11.54 0.48 0.32
Hex 78 39 2A 0 34 41 35 C 30 20
Octal 170 71 52 0 64 101 65 14 60 40
Binary 1111000 111001 101010 0 110100 1000001 110101 1100 110000 100000

Color Harmonies of #78392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78392A

Black with #78392A

Text Example


Text Example

White with #78392A

Text Example


Text Example

HTML Codes & Css Web 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>