Html Css Color HEX #76383F Merlot

📋 copy color: '#76383F'

red 118 ◦ green 56 ◦ blue 63

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

Shades of Merlot #76383F

Tints of Merlot #76383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 63 (25% from 255) = 26.58%

R = 49.79%
G = 23.63%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76383F (or 0x76383F) is known color: Merlot. HEX triplet: 76, 38 and 3F. RGB value is (118,56,63). Sum of RGB (Red+Green+Blue) = 118+56+63=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76383F is #89C7C0. Grayscale: #4B4B4B. Windows color (decimal): -9029569 or 4143222. OLE color: 4143222.

HSL color Cylindrical-coordinate representation of color #76383F: hue angle of 353.23º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76383F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 56 63 -
CMYK 0 0.53 0.47 0.54
HSL 353.23º 0.36% 0.34% -
HSV(B) 353.23º 0.53% 0.46% -
XYZ 9.78 7.04 5.55 -
YUV 75.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 118 56 63 0 0.53 0.47 0.54 353.23 0.36 0.34
Hex 76 38 3F 0 35 2F 36 161 24 22
Octal 166 70 77 0 65 57 66 541 44 42
Binary 1110110 111000 111111 0 110101 101111 110110 101100001 100100 100010

Color Harmonies of #76383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76383F

Black with #76383F

Text Example


Text Example

White with #76383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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