Html Css Color HEX #7A3742 Merlot

📋 copy color: '#7A3742'

red 122 ◦ green 55 ◦ blue 66

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

Shades of Merlot #7A3742

Tints of Merlot #7A3742

RGB

 RED value IS 122 (48.05% from 255) = 50.21%

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

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 50.21%
G = 22.63%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#7A3742 (or 0x7A3742) is known color: Merlot. HEX triplet: 7A, 37 and 42. RGB value is (122,55,66). Sum of RGB (Red+Green+Blue) = 122+55+66=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3742 is #85C8BD. Grayscale: #4C4C4C. Windows color (decimal): -8767678 or 4339578. OLE color: 4339578.

HSL color Cylindrical-coordinate representation of color #7A3742: hue angle of 350.15º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A3742 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 55 66 -
CMYK 0 0.55 0.46 0.52
HSL 350.15º 0.38% 0.35% -
HSV(B) 350.15º 0.55% 0.48% -
XYZ 10.38 7.26 6.01 -
YUV 76.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 122 55 66 0 0.55 0.46 0.52 350.15 0.38 0.35
Hex 7A 37 42 0 37 2E 34 15E 26 23
Octal 172 67 102 0 67 56 64 536 46 43
Binary 1111010 110111 1000010 0 110111 101110 110100 101011110 100110 100011

Color Harmonies of #7A3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3742

Black with #7A3742

Text Example


Text Example

White with #7A3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A3742; }

 p { color: rgb(122,55,66); }

 H1.HeaderClassName
 {
   color: #7A3742;
 }
 .AnyTagClassName
 {
   color: #7A3742;
 }
</style>

background-color css

<style>
 a { background-color: #7A3742; }

 a { background-color: rgb(122,55,66); }

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

border-color css

<style>
 span { border-color: #7A3742; }

 span { border-color: rgb(122,55,66); }

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