Html Css Color HEX #4C414B Purple Taupe

📋 copy color: '#4C414B'

red 76 ◦ green 65 ◦ blue 75

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

Shades of Purple Taupe #4C414B

Tints of Purple Taupe #4C414B

RGB

 RED value IS 76 (30.08% from 255) = 35.19%

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 35.19%
G = 30.09%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C414B (or 0x4C414B) is known color: Purple Taupe. HEX triplet: 4C, 41 and 4B. RGB value is (76,65,75). Sum of RGB (Red+Green+Blue) = 76+65+75=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 76 - color contains mainly: red. Hex color #4C414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C414B is #B3BEB4. Grayscale: #454545. Windows color (decimal): -11779765 or 4931916. OLE color: 4931916.

HSL color Cylindrical-coordinate representation of color #4C414B: hue angle of 305.45º 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 #4C414B is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 65 75 -
CMYK 0 0.14 0.01 0.70
HSL 305.45º 0.08% 0.28% -
HSV(B) 305.45º 0.14% 0.3% -
XYZ 6.14 5.83 7.46 -
YUV 69.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 76 65 75 0 0.14 0.01 0.70 305.45 0.08 0.28
Hex 4C 41 4B 0 E 1 46 131 8 1C
Octal 114 101 113 0 16 1 106 461 10 34
Binary 1001100 1000001 1001011 0 1110 1 1000110 100110001 1000 11100

Color Harmonies of #4C414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C414B

Black with #4C414B

Text Example


Text Example

White with #4C414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,75); }

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

background-color css

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

 a { background-color: rgb(76,65,75); }

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

border-color css

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

 span { border-color: rgb(76,65,75); }

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