Html Css Color HEX #78383B Merlot

📋 copy color: '#78383B'

red 120 ◦ green 56 ◦ blue 59

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

Shades of Merlot #78383B

Tints of Merlot #78383B

RGB

 RED value IS 120 (47.27% from 255) = 51.06%

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

 BLUE value IS 59 (23.44% from 255) = 25.11%

R = 51.06%
G = 23.83%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78383B (or 0x78383B) is known color: Merlot. HEX triplet: 78, 38 and 3B. RGB value is (120,56,59). Sum of RGB (Red+Green+Blue) = 120+56+59=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78383B is #87C7C4. Grayscale: #4B4B4B. Windows color (decimal): -8898501 or 3881080. OLE color: 3881080.

HSL color Cylindrical-coordinate representation of color #78383B: hue angle of 357.19º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78383B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 56 59 -
CMYK 0 0.53 0.51 0.53
HSL 357.19º 0.36% 0.35% -
HSV(B) 357.19º 0.53% 0.47% -
XYZ 9.95 7.14 4.99 -
YUV 75.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 120 56 59 0 0.53 0.51 0.53 357.19 0.36 0.35
Hex 78 38 3B 0 35 33 35 165 24 23
Octal 170 70 73 0 65 63 65 545 44 43
Binary 1111000 111000 111011 0 110101 110011 110101 101100101 100100 100011

Color Harmonies of #78383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78383B

Black with #78383B

Text Example


Text Example

White with #78383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78383B; }

 p { color: rgb(120,56,59); }

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

background-color css

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

 a { background-color: rgb(120,56,59); }

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

border-color css

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

 span { border-color: rgb(120,56,59); }

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