Html Css Color HEX #78333A Merlot

📋 copy color: '#78333A'

red 120 ◦ green 51 ◦ blue 58

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

Shades of Merlot #78333A

Tints of Merlot #78333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 52.4%
G = 22.27%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#78333A (or 0x78333A) is known color: Merlot. HEX triplet: 78, 33 and 3A. RGB value is (120,51,58). Sum of RGB (Red+Green+Blue) = 120+51+58=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78333A is #87CCC5. Grayscale: #484848. Windows color (decimal): -8899782 or 3814264. OLE color: 3814264.

HSL color Cylindrical-coordinate representation of color #78333A: hue angle of 353.91º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78333A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 58 -
CMYK 0 0.58 0.52 0.53
HSL 353.91º 0.4% 0.34% -
HSV(B) 353.91º 0.58% 0.47% -
XYZ 9.69 6.67 4.78 -
YUV 72.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 120 51 58 0 0.58 0.52 0.53 353.91 0.4 0.34
Hex 78 33 3A 0 3A 34 35 162 28 22
Octal 170 63 72 0 72 64 65 542 50 42
Binary 1111000 110011 111010 0 111010 110100 110101 101100010 101000 100010

Color Harmonies of #78333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78333A

Black with #78333A

Text Example


Text Example

White with #78333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,51,58); }

 H1.HeaderClassName
 {
   color: #78333A;
 }
 .AnyTagClassName
 {
   color: #78333A;
 }
</style>

background-color css

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

 a { background-color: rgb(120,51,58); }

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

border-color css

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

 span { border-color: rgb(120,51,58); }

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