Html Css Color HEX #763638 Merlot

📋 copy color: '#763638'

red 118 ◦ green 54 ◦ blue 56

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

Shades of Merlot #763638

Tints of Merlot #763638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 51.75%
G = 23.68%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#763638 (or 0x763638) is known color: Merlot. HEX triplet: 76, 36 and 38. RGB value is (118,54,56). Sum of RGB (Red+Green+Blue) = 118+54+56=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #763638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763638 is #89C9C7. Grayscale: #494949. Windows color (decimal): -9030088 or 3683958. OLE color: 3683958.

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

Color convert

RGB 118 54 56 -
CMYK 0 0.54 0.53 0.54
HSL 358.13º 0.37% 0.34% -
HSV(B) 358.13º 0.54% 0.46% -
XYZ 9.5 6.78 4.55 -
YUV 73.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 118 54 56 0 0.54 0.53 0.54 358.13 0.37 0.34
Hex 76 36 38 0 36 35 36 166 25 22
Octal 166 66 70 0 66 65 66 546 45 42
Binary 1110110 110110 111000 0 110110 110101 110110 101100110 100101 100010

Color Harmonies of #763638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763638

Black with #763638

Text Example


Text Example

White with #763638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763638; }

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

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

background-color css

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

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

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

border-color css

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

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

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