Html Css Color HEX #763435 Merlot

📋 copy color: '#763435'

red 118 ◦ green 52 ◦ blue 53

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

Shades of Merlot #763435

Tints of Merlot #763435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 52.91%
G = 23.32%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#763435 (or 0x763435) is known color: Merlot. HEX triplet: 76, 34 and 35. RGB value is (118,52,53). Sum of RGB (Red+Green+Blue) = 118+52+53=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763435 is #89CBCA. Grayscale: #474747. Windows color (decimal): -9030603 or 3486838. OLE color: 3486838.

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

Color convert

RGB 118 52 53 -
CMYK 0 0.56 0.55 0.54
HSL 359.09º 0.39% 0.33% -
HSV(B) 359.09º 0.56% 0.46% -
XYZ 9.34 6.56 4.14 -
YUV 71.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 118 52 53 0 0.56 0.55 0.54 359.09 0.39 0.33
Hex 76 34 35 0 38 37 36 167 27 21
Octal 166 64 65 0 70 67 66 547 47 41
Binary 1110110 110100 110101 0 111000 110111 110110 101100111 100111 100001

Color Harmonies of #763435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763435

Black with #763435

Text Example


Text Example

White with #763435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763435; }

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

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

background-color css

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

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

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

border-color css

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

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

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