Html Css Color HEX #76323C Merlot

📋 copy color: '#76323C'

red 118 ◦ green 50 ◦ blue 60

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

Shades of Merlot #76323C

Tints of Merlot #76323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

 BLUE value IS 60 (23.83% from 255) = 26.32%

R = 51.75%
G = 21.93%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76323C (or 0x76323C) is known color: Merlot. HEX triplet: 76, 32 and 3C. RGB value is (118,50,60). Sum of RGB (Red+Green+Blue) = 118+50+60=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76323C is #89CDC3. Grayscale: #474747. Windows color (decimal): -9031108 or 3945078. OLE color: 3945078.

HSL color Cylindrical-coordinate representation of color #76323C: hue angle of 351.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76323C is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 60 -
CMYK 0 0.58 0.49 0.54
HSL 351.18º 0.4% 0.33% -
HSV(B) 351.18º 0.58% 0.46% -
XYZ 9.43 6.46 5.02 -
YUV 71.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 118 50 60 0 0.58 0.49 0.54 351.18 0.4 0.33
Hex 76 32 3C 0 3A 31 36 15F 28 21
Octal 166 62 74 0 72 61 66 537 50 41
Binary 1110110 110010 111100 0 111010 110001 110110 101011111 101000 100001

Color Harmonies of #76323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76323C

Black with #76323C

Text Example


Text Example

White with #76323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76323C; }

 p { color: rgb(118,50,60); }

 H1.HeaderClassName
 {
   color: #76323C;
 }
 .AnyTagClassName
 {
   color: #76323C;
 }
</style>

background-color css

<style>
 a { background-color: #76323C; }

 a { background-color: rgb(118,50,60); }

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

border-color css

<style>
 span { border-color: #76323C; }

 span { border-color: rgb(118,50,60); }

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