Html Css Color HEX #4F424C Purple Taupe

📋 copy color: '#4F424C'

red 79 ◦ green 66 ◦ blue 76

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

Shades of Purple Taupe #4F424C

Tints of Purple Taupe #4F424C

RGB

 RED value IS 79 (31.25% from 255) = 35.75%

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

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

R = 35.75%
G = 29.86%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4F424C (or 0x4F424C) is known color: Purple Taupe. HEX triplet: 4F, 42 and 4C. RGB value is (79,66,76). Sum of RGB (Red+Green+Blue) = 79+66+76=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 79 - color contains mainly: red. Hex color #4F424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F424C is #B0BDB3. Grayscale: #474747. Windows color (decimal): -11582900 or 4997711. OLE color: 4997711.

HSL color Cylindrical-coordinate representation of color #4F424C: hue angle of 313.85º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4F424C is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 66 76 -
CMYK 0 0.16 0.04 0.69
HSL 313.85º 0.09% 0.28% -
HSV(B) 313.85º 0.16% 0.31% -
XYZ 6.48 6.08 7.67 -
YUV 71.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 79 66 76 0 0.16 0.04 0.69 313.85 0.09 0.28
Hex 4F 42 4C 0 10 4 45 13A 9 1C
Octal 117 102 114 0 20 4 105 472 11 34
Binary 1001111 1000010 1001100 0 10000 100 1000101 100111010 1001 11100

Color Harmonies of #4F424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F424C

Black with #4F424C

Text Example


Text Example

White with #4F424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,66,76); }

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

background-color css

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

 a { background-color: rgb(79,66,76); }

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

border-color css

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

 span { border-color: rgb(79,66,76); }

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