Html Css Color HEX #763438 Merlot

📋 copy color: '#763438'

red 118 ◦ green 52 ◦ blue 56

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

Shades of Merlot #763438

Tints of Merlot #763438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.78%

R = 52.21%
G = 23.01%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#763438 (or 0x763438) is known color: Merlot. HEX triplet: 76, 34 and 38. RGB value is (118,52,56). Sum of RGB (Red+Green+Blue) = 118+52+56=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #763438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763438 is #89CBC7. Grayscale: #484848. Windows color (decimal): -9030600 or 3683446. OLE color: 3683446.

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

Color convert

RGB 118 52 56 -
CMYK 0 0.56 0.53 0.54
HSL 356.36º 0.39% 0.33% -
HSV(B) 356.36º 0.56% 0.46% -
XYZ 9.41 6.59 4.52 -
YUV 72.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 118 52 56 0 0.56 0.53 0.54 356.36 0.39 0.33
Hex 76 34 38 0 38 35 36 164 27 21
Octal 166 64 70 0 70 65 66 544 47 41
Binary 1110110 110100 111000 0 111000 110101 110110 101100100 100111 100001

Color Harmonies of #763438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763438

Black with #763438

Text Example


Text Example

White with #763438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763438; }

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

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

background-color css

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

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

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

border-color css

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

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

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