Html Css Color HEX #77333F Merlot

📋 copy color: '#77333F'

red 119 ◦ green 51 ◦ blue 63

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

Shades of Merlot #77333F

Tints of Merlot #77333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.04%

R = 51.07%
G = 21.89%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77333F (or 0x77333F) is known color: Merlot. HEX triplet: 77, 33 and 3F. RGB value is (119,51,63). Sum of RGB (Red+Green+Blue) = 119+51+63=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77333F is #88CCC0. Grayscale: #484848. Windows color (decimal): -8965313 or 4141943. OLE color: 4141943.

HSL color Cylindrical-coordinate representation of color #77333F: hue angle of 349.41º 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 #77333F is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 63 -
CMYK 0 0.57 0.47 0.53
HSL 349.41º 0.4% 0.33% -
HSV(B) 349.41º 0.57% 0.47% -
XYZ 9.69 6.65 5.48 -
YUV 72.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 119 51 63 0 0.57 0.47 0.53 349.41 0.4 0.33
Hex 77 33 3F 0 39 2F 35 15D 28 21
Octal 167 63 77 0 71 57 65 535 50 41
Binary 1110111 110011 111111 0 111001 101111 110101 101011101 101000 100001

Color Harmonies of #77333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77333F

Black with #77333F

Text Example


Text Example

White with #77333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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