#77333A

Color #77333A Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #77333A

Tints of Merlot #77333A

Color information

#77333A (or 0x77333A) is unknown color: approx Merlot. HEX triplet: 77, 33 and 3A. RGB value is (119,51,58). Sum of RGB (Red+Green+Blue) = 119+51+58=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77333A is #88CCC5. Grayscale: #484848. Windows color (decimal): -8965318 or 3814263. OLE color: 3814263.

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

Color convert

RGB1195158-
CMYK00.570.510.53
HSL353.82º40%33.33%-
HSV(B)353.82º57.14%46.67%-
XYZ9.566.64.77-
YUV72.13120.03161.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=52.19%
G=22.37%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119515800.570.510.53353.824033.33
Hex77333A03933351622821
Octal167637207163655425041
Binary11101111100111110100111001110011110101101100010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77333A;
 }
 .AnyTagClassName
 {
   color: #77333A;
 }
</style>
background-color css

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

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

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

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

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

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