Html Css Color HEX #4D434B Purple Taupe

📋 copy color: '#4D434B'

red 77 ◦ green 67 ◦ blue 75

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

Shades of Purple Taupe #4D434B

Tints of Purple Taupe #4D434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 35.16%
G = 30.59%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D434B (or 0x4D434B) is known color: Purple Taupe. HEX triplet: 4D, 43 and 4B. RGB value is (77,67,75). Sum of RGB (Red+Green+Blue) = 77+67+75=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 77 - color contains mainly: red. Hex color #4D434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D434B is #B2BCB4. Grayscale: #464646. Windows color (decimal): -11713717 or 4932429. OLE color: 4932429.

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

Color convert

RGB 77 67 75 -
CMYK 0 0.13 0.03 0.70
HSL 312º 0.07% 0.28% -
HSV(B) 312º 0.13% 0.3% -
XYZ 6.34 6.1 7.5 -
YUV 70.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 77 67 75 0 0.13 0.03 0.70 312 0.07 0.28
Hex 4D 43 4B 0 D 3 46 138 7 1C
Octal 115 103 113 0 15 3 106 470 7 34
Binary 1001101 1000011 1001011 0 1101 11 1000110 100111000 111 11100

Color Harmonies of #4D434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D434B

Black with #4D434B

Text Example


Text Example

White with #4D434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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