Html Css Color HEX #7A3738 Merlot

📋 copy color: '#7A3738'

red 122 ◦ green 55 ◦ blue 56

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

Shades of Merlot #7A3738

Tints of Merlot #7A3738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 52.36%
G = 23.61%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7A3738 (or 0x7A3738) is known color: Merlot. HEX triplet: 7A, 37 and 38. RGB value is (122,55,56). Sum of RGB (Red+Green+Blue) = 122+55+56=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3738 is #85C8C7. Grayscale: #4B4B4B. Windows color (decimal): -8767688 or 3684218. OLE color: 3684218.

HSL color Cylindrical-coordinate representation of color #7A3738: hue angle of 359.1º 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 #7A3738 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 55 56 -
CMYK 0 0.55 0.54 0.52
HSL 359.1º 0.38% 0.35% -
HSV(B) 359.1º 0.55% 0.48% -
XYZ 10.11 7.16 4.59 -
YUV 75.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 122 55 56 0 0.55 0.54 0.52 359.1 0.38 0.35
Hex 7A 37 38 0 37 36 34 167 26 23
Octal 172 67 70 0 67 66 64 547 46 43
Binary 1111010 110111 111000 0 110111 110110 110100 101100111 100110 100011

Color Harmonies of #7A3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3738

Black with #7A3738

Text Example


Text Example

White with #7A3738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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