Html Css Color HEX #7B373C Merlot

📋 copy color: '#7B373C'

red 123 ◦ green 55 ◦ blue 60

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

Shades of Merlot #7B373C

Tints of Merlot #7B373C

RGB

 RED value IS 123 (48.44% from 255) = 51.68%

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

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 51.68%
G = 23.11%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7B373C (or 0x7B373C) is known color: Merlot. HEX triplet: 7B, 37 and 3C. RGB value is (123,55,60). Sum of RGB (Red+Green+Blue) = 123+55+60=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B373C is #84C8C3. Grayscale: #4B4B4B. Windows color (decimal): -8702148 or 3946363. OLE color: 3946363.

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

Color convert

RGB 123 55 60 -
CMYK 0 0.55 0.51 0.52
HSL 355.59º 0.38% 0.35% -
HSV(B) 355.59º 0.55% 0.48% -
XYZ 10.35 7.27 5.13 -
YUV 75.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 123 55 60 0 0.55 0.51 0.52 355.59 0.38 0.35
Hex 7B 37 3C 0 37 33 34 164 26 23
Octal 173 67 74 0 67 63 64 544 46 43
Binary 1111011 110111 111100 0 110111 110011 110100 101100100 100110 100011

Color Harmonies of #7B373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B373C

Black with #7B373C

Text Example


Text Example

White with #7B373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,55,60); }

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

background-color css

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

 a { background-color: rgb(123,55,60); }

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

border-color css

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

 span { border-color: rgb(123,55,60); }

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