Html Css Color HEX #78323A Merlot

📋 copy color: '#78323A'

red 120 ◦ green 50 ◦ blue 58

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

Shades of Merlot #78323A

Tints of Merlot #78323A

RGB

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

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

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

R = 52.63%
G = 21.93%
B = 25.44%

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

#78323A (or 0x78323A) is known color: Merlot. HEX triplet: 78, 32 and 3A. RGB value is (120,50,58). Sum of RGB (Red+Green+Blue) = 120+50+58=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78323A is #87CDC5. Grayscale: #474747. Windows color (decimal): -8900038 or 3814008. OLE color: 3814008.

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

Color convert

RGB 120 50 58 -
CMYK 0 0.58 0.52 0.53
HSL 353.14º 0.41% 0.33% -
HSV(B) 353.14º 0.58% 0.47% -
XYZ 9.65 6.58 4.76 -
YUV 71.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 120 50 58 0 0.58 0.52 0.53 353.14 0.41 0.33
Hex 78 32 3A 0 3A 34 35 161 29 21
Octal 170 62 72 0 72 64 65 541 51 41
Binary 1111000 110010 111010 0 111010 110100 110101 101100001 101001 100001

Color Harmonies of #78323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78323A

Black with #78323A

Text Example


Text Example

White with #78323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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