Html Css Color HEX #763437 Merlot

📋 copy color: '#763437'

red 118 ◦ green 52 ◦ blue 55

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

Shades of Merlot #763437

Tints of Merlot #763437

RGB

 RED value IS 118 (46.48% from 255) = 52.44%

 GREEN value IS 52 (20.7% from 255) = 23.11%

 BLUE value IS 55 (21.88% from 255) = 24.44%

R = 52.44%
G = 23.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#763437 (or 0x763437) is known color: Merlot. HEX triplet: 76, 34 and 37. RGB value is (118,52,55). Sum of RGB (Red+Green+Blue) = 118+52+55=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763437 is #89CBC8. Grayscale: #484848. Windows color (decimal): -9030601 or 3617910. OLE color: 3617910.

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

Color convert

RGB 118 52 55 -
CMYK 0 0.56 0.53 0.54
HSL 357.27º 0.39% 0.33% -
HSV(B) 357.27º 0.56% 0.46% -
XYZ 9.39 6.58 4.39 -
YUV 72.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 118 52 55 0 0.56 0.53 0.54 357.27 0.39 0.33
Hex 76 34 37 0 38 35 36 165 27 21
Octal 166 64 67 0 70 65 66 545 47 41
Binary 1110110 110100 110111 0 111000 110101 110110 101100101 100111 100001

Color Harmonies of #763437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763437

Black with #763437

Text Example


Text Example

White with #763437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763437; }

 p { color: rgb(118,52,55); }

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

background-color css

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

 a { background-color: rgb(118,52,55); }

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

border-color css

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

 span { border-color: rgb(118,52,55); }

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