Html Css Color HEX #763436 Merlot

📋 copy color: '#763436'

red 118 ◦ green 52 ◦ blue 54

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

Shades of Merlot #763436

Tints of Merlot #763436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 52.68%
G = 23.21%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#763436 (or 0x763436) is known color: Merlot. HEX triplet: 76, 34 and 36. RGB value is (118,52,54). Sum of RGB (Red+Green+Blue) = 118+52+54=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #763436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763436 is #89CBC9. Grayscale: #484848. Windows color (decimal): -9030602 or 3552374. OLE color: 3552374.

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

Color convert

RGB 118 52 54 -
CMYK 0 0.56 0.54 0.54
HSL 358.18º 0.39% 0.33% -
HSV(B) 358.18º 0.56% 0.46% -
XYZ 9.37 6.57 4.27 -
YUV 71.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 118 52 54 0 0.56 0.54 0.54 358.18 0.39 0.33
Hex 76 34 36 0 38 36 36 166 27 21
Octal 166 64 66 0 70 66 66 546 47 41
Binary 1110110 110100 110110 0 111000 110110 110110 101100110 100111 100001

Color Harmonies of #763436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763436

Black with #763436

Text Example


Text Example

White with #763436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763436; }

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

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

background-color css

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

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

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

border-color css

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

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

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