Html Css Color HEX #78323E Merlot

📋 copy color: '#78323E'

red 120 ◦ green 50 ◦ blue 62

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

Shades of Merlot #78323E

Tints of Merlot #78323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 51.72%
G = 21.55%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78323E (or 0x78323E) is known color: Merlot. HEX triplet: 78, 32 and 3E. RGB value is (120,50,62). Sum of RGB (Red+Green+Blue) = 120+50+62=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78323E is #87CDC1. Grayscale: #484848. Windows color (decimal): -8900034 or 4076152. OLE color: 4076152.

HSL color Cylindrical-coordinate representation of color #78323E: hue angle of 349.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78323E is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 62 -
CMYK 0 0.58 0.48 0.53
HSL 349.71º 0.41% 0.33% -
HSV(B) 349.71º 0.58% 0.47% -
XYZ 9.76 6.62 5.32 -
YUV 72.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 120 50 62 0 0.58 0.48 0.53 349.71 0.41 0.33
Hex 78 32 3E 0 3A 30 35 15E 29 21
Octal 170 62 76 0 72 60 65 536 51 41
Binary 1111000 110010 111110 0 111010 110000 110101 101011110 101001 100001

Color Harmonies of #78323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78323E

Black with #78323E

Text Example


Text Example

White with #78323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78323E; }

 p { color: rgb(120,50,62); }

 H1.HeaderClassName
 {
   color: #78323E;
 }
 .AnyTagClassName
 {
   color: #78323E;
 }
</style>

background-color css

<style>
 a { background-color: #78323E; }

 a { background-color: rgb(120,50,62); }

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

border-color css

<style>
 span { border-color: #78323E; }

 span { border-color: rgb(120,50,62); }

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