Html Css Color HEX #7A373A Merlot

📋 copy color: '#7A373A'

red 122 ◦ green 55 ◦ blue 58

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

Shades of Merlot #7A373A

Tints of Merlot #7A373A

RGB

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

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

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

R = 51.91%
G = 23.4%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A373A (or 0x7A373A) is known color: Merlot. HEX triplet: 7A, 37 and 3A. RGB value is (122,55,58). Sum of RGB (Red+Green+Blue) = 122+55+58=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A373A is #85C8C5. Grayscale: #4B4B4B. Windows color (decimal): -8767686 or 3815290. OLE color: 3815290.

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

Color convert

RGB 122 55 58 -
CMYK 0 0.55 0.52 0.52
HSL 357.31º 0.38% 0.35% -
HSV(B) 357.31º 0.55% 0.48% -
XYZ 10.16 7.18 4.85 -
YUV 75.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 122 55 58 0 0.55 0.52 0.52 357.31 0.38 0.35
Hex 7A 37 3A 0 37 34 34 165 26 23
Octal 172 67 72 0 67 64 64 545 46 43
Binary 1111010 110111 111010 0 110111 110100 110100 101100101 100110 100011

Color Harmonies of #7A373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A373A

Black with #7A373A

Text Example


Text Example

White with #7A373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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