Html Css Color HEX #76343E Merlot

📋 copy color: '#76343E'

red 118 ◦ green 52 ◦ blue 62

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

Shades of Merlot #76343E

Tints of Merlot #76343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 50.86%
G = 22.41%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76343E (or 0x76343E) is known color: Merlot. HEX triplet: 76, 34 and 3E. RGB value is (118,52,62). Sum of RGB (Red+Green+Blue) = 118+52+62=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76343E is #89CBC1. Grayscale: #484848. Windows color (decimal): -9030594 or 4076662. OLE color: 4076662.

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

Color convert

RGB 118 52 62 -
CMYK 0 0.56 0.47 0.54
HSL 350.91º 0.39% 0.33% -
HSV(B) 350.91º 0.56% 0.46% -
XYZ 9.57 6.66 5.34 -
YUV 72.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 118 52 62 0 0.56 0.47 0.54 350.91 0.39 0.33
Hex 76 34 3E 0 38 2F 36 15F 27 21
Octal 166 64 76 0 70 57 66 537 47 41
Binary 1110110 110100 111110 0 111000 101111 110110 101011111 100111 100001

Color Harmonies of #76343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76343E

Black with #76343E

Text Example


Text Example

White with #76343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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