Html Css Color HEX #4D424B Purple Taupe

📋 copy color: '#4D424B'

red 77 ◦ green 66 ◦ blue 75

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

Shades of Purple Taupe #4D424B

Tints of Purple Taupe #4D424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 35.32%
G = 30.28%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D424B (or 0x4D424B) is known color: Purple Taupe. HEX triplet: 4D, 42 and 4B. RGB value is (77,66,75). Sum of RGB (Red+Green+Blue) = 77+66+75=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 77 - color contains mainly: red. Hex color #4D424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D424B is #B2BDB4. Grayscale: #464646. Windows color (decimal): -11713973 or 4932173. OLE color: 4932173.

HSL color Cylindrical-coordinate representation of color #4D424B: hue angle of 310.91º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D424B is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 66 75 -
CMYK 0 0.14 0.03 0.70
HSL 310.91º 0.08% 0.28% -
HSV(B) 310.91º 0.14% 0.3% -
XYZ 6.28 5.98 7.48 -
YUV 70.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 77 66 75 0 0.14 0.03 0.70 310.91 0.08 0.28
Hex 4D 42 4B 0 E 3 46 137 8 1C
Octal 115 102 113 0 16 3 106 467 10 34
Binary 1001101 1000010 1001011 0 1110 11 1000110 100110111 1000 11100

Color Harmonies of #4D424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D424B

Black with #4D424B

Text Example


Text Example

White with #4D424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,75); }

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

background-color css

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

 a { background-color: rgb(77,66,75); }

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

border-color css

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

 span { border-color: rgb(77,66,75); }

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