Html Css Color HEX #76333E Merlot

📋 copy color: '#76333E'

red 118 ◦ green 51 ◦ blue 62

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

Shades of Merlot #76333E

Tints of Merlot #76333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

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

R = 51.08%
G = 22.08%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76333E (or 0x76333E) is known color: Merlot. HEX triplet: 76, 33 and 3E. RGB value is (118,51,62). Sum of RGB (Red+Green+Blue) = 118+51+62=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76333E is #89CCC1. Grayscale: #484848. Windows color (decimal): -9030850 or 4076406. OLE color: 4076406.

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

Color convert

RGB 118 51 62 -
CMYK 0 0.57 0.47 0.54
HSL 350.15º 0.4% 0.33% -
HSV(B) 350.15º 0.57% 0.46% -
XYZ 9.52 6.57 5.32 -
YUV 72.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 118 51 62 0 0.57 0.47 0.54 350.15 0.4 0.33
Hex 76 33 3E 0 39 2F 36 15E 28 21
Octal 166 63 76 0 71 57 66 536 50 41
Binary 1110110 110011 111110 0 111001 101111 110110 101011110 101000 100001

Color Harmonies of #76333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76333E

Black with #76333E

Text Example


Text Example

White with #76333E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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