Html Css Color HEX #4C424B Purple Taupe

📋 copy color: '#4C424B'

red 76 ◦ green 66 ◦ blue 75

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

Shades of Purple Taupe #4C424B

Tints of Purple Taupe #4C424B

RGB

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

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

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

R = 35.02%
G = 30.41%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C424B (or 0x4C424B) is known color: Purple Taupe. HEX triplet: 4C, 42 and 4B. RGB value is (76,66,75). Sum of RGB (Red+Green+Blue) = 76+66+75=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 76 - color contains mainly: red. Hex color #4C424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C424B is #B3BDB4. Grayscale: #454545. Windows color (decimal): -11779509 or 4932172. OLE color: 4932172.

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

Color convert

RGB 76 66 75 -
CMYK 0 0.13 0.01 0.70
HSL 306º 0.07% 0.28% -
HSV(B) 306º 0.13% 0.3% -
XYZ 6.2 5.94 7.48 -
YUV 70.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 76 66 75 0 0.13 0.01 0.70 306 0.07 0.28
Hex 4C 42 4B 0 D 1 46 132 7 1C
Octal 114 102 113 0 15 1 106 462 7 34
Binary 1001100 1000010 1001011 0 1101 1 1000110 100110010 111 11100

Color Harmonies of #4C424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C424B

Black with #4C424B

Text Example


Text Example

White with #4C424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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