Html Css Color HEX #77333C Merlot

📋 copy color: '#77333C'

red 119 ◦ green 51 ◦ blue 60

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

Shades of Merlot #77333C

Tints of Merlot #77333C

RGB

 RED value IS 119 (46.88% from 255) = 51.74%

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

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

R = 51.74%
G = 22.17%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77333C (or 0x77333C) is known color: Merlot. HEX triplet: 77, 33 and 3C. RGB value is (119,51,60). Sum of RGB (Red+Green+Blue) = 119+51+60=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77333C is #88CCC3. Grayscale: #484848. Windows color (decimal): -8965316 or 3945335. OLE color: 3945335.

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

Color convert

RGB 119 51 60 -
CMYK 0 0.57 0.50 0.53
HSL 352.06º 0.4% 0.33% -
HSV(B) 352.06º 0.57% 0.47% -
XYZ 9.61 6.62 5.05 -
YUV 72.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 119 51 60 0 0.57 0.50 0.53 352.06 0.4 0.33
Hex 77 33 3C 0 39 32 35 160 28 21
Octal 167 63 74 0 71 62 65 540 50 41
Binary 1110111 110011 111100 0 111001 110010 110101 101100000 101000 100001

Color Harmonies of #77333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77333C

Black with #77333C

Text Example


Text Example

White with #77333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77333C; }

 p { color: rgb(119,51,60); }

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

background-color css

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

 a { background-color: rgb(119,51,60); }

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

border-color css

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

 span { border-color: rgb(119,51,60); }

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