Html Css Color HEX #76333A Merlot

📋 copy color: '#76333A'

red 118 ◦ green 51 ◦ blue 58

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

Shades of Merlot #76333A

Tints of Merlot #76333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 51.98%
G = 22.47%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76333A (or 0x76333A) is known color: Merlot. HEX triplet: 76, 33 and 3A. RGB value is (118,51,58). Sum of RGB (Red+Green+Blue) = 118+51+58=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76333A is #89CCC5. Grayscale: #474747. Windows color (decimal): -9030854 or 3814262. OLE color: 3814262.

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

Color convert

RGB 118 51 58 -
CMYK 0 0.57 0.51 0.54
HSL 353.73º 0.4% 0.33% -
HSV(B) 353.73º 0.57% 0.46% -
XYZ 9.42 6.52 4.77 -
YUV 71.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 118 51 58 0 0.57 0.51 0.54 353.73 0.4 0.33
Hex 76 33 3A 0 39 33 36 162 28 21
Octal 166 63 72 0 71 63 66 542 50 41
Binary 1110110 110011 111010 0 111001 110011 110110 101100010 101000 100001

Color Harmonies of #76333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76333A

Black with #76333A

Text Example


Text Example

White with #76333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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