Html Css Color HEX #4D3E4C Purple Taupe

📋 copy color: '#4D3E4C'

red 77 ◦ green 62 ◦ blue 76

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

Shades of Purple Taupe #4D3E4C

Tints of Purple Taupe #4D3E4C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.84%

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

R = 35.81%
G = 28.84%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4D3E4C (or 0x4D3E4C) is known color: Purple Taupe. HEX triplet: 4D, 3E and 4C. RGB value is (77,62,76). Sum of RGB (Red+Green+Blue) = 77+62+76=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E4C is #B2C1B3. Grayscale: #444444. Windows color (decimal): -11714996 or 4996685. OLE color: 4996685.

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

Color convert

RGB 77 62 76 -
CMYK 0 0.19 0.01 0.70
HSL 304º 0.11% 0.27% -
HSV(B) 304º 0.19% 0.3% -
XYZ 6.09 5.54 7.59 -
YUV 68.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 77 62 76 0 0.19 0.01 0.70 304 0.11 0.27
Hex 4D 3E 4C 0 13 1 46 130 B 1B
Octal 115 76 114 0 23 1 106 460 13 33
Binary 1001101 111110 1001100 0 10011 1 1000110 100110000 1011 11011

Color Harmonies of #4D3E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E4C

Black with #4D3E4C

Text Example


Text Example

White with #4D3E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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