Html Css Color HEX #763337 Merlot

📋 copy color: '#763337'

red 118 ◦ green 51 ◦ blue 55

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

Shades of Merlot #763337

Tints of Merlot #763337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

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

R = 52.68%
G = 22.77%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#763337 (or 0x763337) is known color: Merlot. HEX triplet: 76, 33 and 37. RGB value is (118,51,55). Sum of RGB (Red+Green+Blue) = 118+51+55=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763337 is #89CCC8. Grayscale: #474747. Windows color (decimal): -9030857 or 3617654. OLE color: 3617654.

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

Color convert

RGB 118 51 55 -
CMYK 0 0.57 0.53 0.54
HSL 356.42º 0.4% 0.33% -
HSV(B) 356.42º 0.57% 0.46% -
XYZ 9.34 6.5 4.38 -
YUV 71.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 118 51 55 0 0.57 0.53 0.54 356.42 0.4 0.33
Hex 76 33 37 0 39 35 36 164 28 21
Octal 166 63 67 0 71 65 66 544 50 41
Binary 1110110 110011 110111 0 111001 110101 110110 101100100 101000 100001

Color Harmonies of #763337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763337

Black with #763337

Text Example


Text Example

White with #763337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763337; }

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

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

background-color css

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

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

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

border-color css

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

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

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