Html Css Color HEX #78372B Mocha

📋 copy color: '#78372B'

red 120 ◦ green 55 ◦ blue 43

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

Shades of Mocha #78372B

Tints of Mocha #78372B

RGB

 RED value IS 120 (47.27% from 255) = 55.05%

 GREEN value IS 55 (21.88% from 255) = 25.23%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 55.05%
G = 25.23%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78372B (or 0x78372B) is known color: Mocha. HEX triplet: 78, 37 and 2B. RGB value is (120,55,43). Sum of RGB (Red+Green+Blue) = 120+55+43=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #78372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78372B is #87C8D4. Grayscale: #494949. Windows color (decimal): -8898773 or 2832248. OLE color: 2832248.

HSL color Cylindrical-coordinate representation of color #78372B: hue angle of 9.35º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78372B is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 43 -
CMYK 0 0.54 0.64 0.53
HSL 9.35º 0.47% 0.32% -
HSV(B) 9.35º 0.64% 0.47% -
XYZ 9.55 6.9 3.11 -
YUV 73.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 120 55 43 0 0.54 0.64 0.53 9.35 0.47 0.32
Hex 78 37 2B 0 36 40 35 9 2F 20
Octal 170 67 53 0 66 100 65 11 57 40
Binary 1111000 110111 101011 0 110110 1000000 110101 1001 101111 100000

Color Harmonies of #78372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78372B

Black with #78372B

Text Example


Text Example

White with #78372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78372B; }

 p { color: rgb(120,55,43); }

 H1.HeaderClassName
 {
   color: #78372B;
 }
 .AnyTagClassName
 {
   color: #78372B;
 }
</style>

background-color css

<style>
 a { background-color: #78372B; }

 a { background-color: rgb(120,55,43); }

 div.DivClassName
 {
   background-color: #78372B;
 }
 .BgClassName
 {
   background-color: #78372B;
 }
</style>

border-color css

<style>
 span { border-color: #78372B; }

 span { border-color: rgb(120,55,43); }

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