Html Css Color HEX #4D3C4A Purple Taupe

📋 copy color: '#4D3C4A'

red 77 ◦ green 60 ◦ blue 74

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

Shades of Purple Taupe #4D3C4A

Tints of Purple Taupe #4D3C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.44%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 36.49%
G = 28.44%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4D3C4A (or 0x4D3C4A) is known color: Purple Taupe. HEX triplet: 4D, 3C and 4A. RGB value is (77,60,74). Sum of RGB (Red+Green+Blue) = 77+60+74=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C4A is #B2C3B5. Grayscale: #424242. Windows color (decimal): -11715510 or 4865101. OLE color: 4865101.

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

Color convert

RGB 77 60 74 -
CMYK 0 0.22 0.04 0.70
HSL 310.59º 0.12% 0.27% -
HSV(B) 310.59º 0.22% 0.3% -
XYZ 5.91 5.3 7.19 -
YUV 66.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 77 60 74 0 0.22 0.04 0.70 310.59 0.12 0.27
Hex 4D 3C 4A 0 16 4 46 137 C 1B
Octal 115 74 112 0 26 4 106 467 14 33
Binary 1001101 111100 1001010 0 10110 100 1000110 100110111 1100 11011

Color Harmonies of #4D3C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C4A

Black with #4D3C4A

Text Example


Text Example

White with #4D3C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,60,74); }

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

background-color css

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

 a { background-color: rgb(77,60,74); }

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

border-color css

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

 span { border-color: rgb(77,60,74); }

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