Html Css Color HEX #4D394C Purple Taupe

📋 copy color: '#4D394C'

red 77 ◦ green 57 ◦ blue 76

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

Shades of Purple Taupe #4D394C

Tints of Purple Taupe #4D394C

RGB

 RED value IS 77 (30.47% from 255) = 36.67%

 GREEN value IS 57 (22.66% from 255) = 27.14%

 BLUE value IS 76 (30.08% from 255) = 36.19%

R = 36.67%
G = 27.14%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4D394C (or 0x4D394C) is known color: Purple Taupe. HEX triplet: 4D, 39 and 4C. RGB value is (77,57,76). Sum of RGB (Red+Green+Blue) = 77+57+76=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D394C is #B2C6B3. Grayscale: #414141. Windows color (decimal): -11716276 or 4995405. OLE color: 4995405.

HSL color Cylindrical-coordinate representation of color #4D394C: hue angle of 303º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D394C is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 57 76 -
CMYK 0 0.26 0.01 0.70
HSL 303º 0.15% 0.26% -
HSV(B) 303º 0.26% 0.3% -
XYZ 5.83 5.03 7.5 -
YUV 65.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 77 57 76 0 0.26 0.01 0.70 303 0.15 0.26
Hex 4D 39 4C 0 1A 1 46 12F F 1A
Octal 115 71 114 0 32 1 106 457 17 32
Binary 1001101 111001 1001100 0 11010 1 1000110 100101111 1111 11010

Color Harmonies of #4D394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D394C

Black with #4D394C

Text Example


Text Example

White with #4D394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D394C; }

 p { color: rgb(77,57,76); }

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

background-color css

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

 a { background-color: rgb(77,57,76); }

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

border-color css

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

 span { border-color: rgb(77,57,76); }

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