Html Css Color HEX #76363E Merlot

📋 copy color: '#76363E'

red 118 ◦ green 54 ◦ blue 62

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

Shades of Merlot #76363E

Tints of Merlot #76363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

 BLUE value IS 62 (24.61% from 255) = 26.5%

R = 50.43%
G = 23.08%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76363E (or 0x76363E) is known color: Merlot. HEX triplet: 76, 36 and 3E. RGB value is (118,54,62). Sum of RGB (Red+Green+Blue) = 118+54+62=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76363E is #89C9C1. Grayscale: #4A4A4A. Windows color (decimal): -9030082 or 4077174. OLE color: 4077174.

HSL color Cylindrical-coordinate representation of color #76363E: hue angle of 352.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76363E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 62 -
CMYK 0 0.54 0.47 0.54
HSL 352.5º 0.37% 0.34% -
HSV(B) 352.5º 0.54% 0.46% -
XYZ 9.66 6.84 5.37 -
YUV 74.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 118 54 62 0 0.54 0.47 0.54 352.5 0.37 0.34
Hex 76 36 3E 0 36 2F 36 160 25 22
Octal 166 66 76 0 66 57 66 540 45 42
Binary 1110110 110110 111110 0 110110 101111 110110 101100000 100101 100010

Color Harmonies of #76363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76363E

Black with #76363E

Text Example


Text Example

White with #76363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76363E; }

 p { color: rgb(118,54,62); }

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

background-color css

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

 a { background-color: rgb(118,54,62); }

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

border-color css

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

 span { border-color: rgb(118,54,62); }

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