Html Css Color HEX #753742 Merlot

📋 copy color: '#753742'

red 117 ◦ green 55 ◦ blue 66

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

Shades of Merlot #753742

Tints of Merlot #753742

RGB

 RED value IS 117 (46.09% from 255) = 49.16%

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

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

R = 49.16%
G = 23.11%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#753742 (or 0x753742) is known color: Merlot. HEX triplet: 75, 37 and 42. RGB value is (117,55,66). Sum of RGB (Red+Green+Blue) = 117+55+66=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #753742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753742 is #8AC8BD. Grayscale: #4A4A4A. Windows color (decimal): -9095358 or 4339573. OLE color: 4339573.

HSL color Cylindrical-coordinate representation of color #753742: hue angle of 349.35º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753742 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 55 66 -
CMYK 0 0.53 0.44 0.54
HSL 349.35º 0.36% 0.34% -
HSV(B) 349.35º 0.53% 0.46% -
XYZ 9.69 6.91 5.98 -
YUV 74.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 117 55 66 0 0.53 0.44 0.54 349.35 0.36 0.34
Hex 75 37 42 0 35 2C 36 15D 24 22
Octal 165 67 102 0 65 54 66 535 44 42
Binary 1110101 110111 1000010 0 110101 101100 110110 101011101 100100 100010

Color Harmonies of #753742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753742

Black with #753742

Text Example


Text Example

White with #753742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753742; }

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

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

background-color css

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

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

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

border-color css

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

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

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