Html Css Color HEX #4C454B Purple Taupe

📋 copy color: '#4C454B'

red 76 ◦ green 69 ◦ blue 75

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

Shades of Purple Taupe #4C454B

Tints of Purple Taupe #4C454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

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

R = 34.55%
G = 31.36%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C454B (or 0x4C454B) is known color: Purple Taupe. HEX triplet: 4C, 45 and 4B. RGB value is (76,69,75). Sum of RGB (Red+Green+Blue) = 76+69+75=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 76 - color contains mainly: red. Hex color #4C454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C454B is #B3BAB4. Grayscale: #474747. Windows color (decimal): -11778741 or 4932940. OLE color: 4932940.

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

Color convert

RGB 76 69 75 -
CMYK 0 0.09 0.01 0.70
HSL 308.57º 0.05% 0.28% -
HSV(B) 308.57º 0.09% 0.3% -
XYZ 6.38 6.3 7.54 -
YUV 71.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 76 69 75 0 0.09 0.01 0.70 308.57 0.05 0.28
Hex 4C 45 4B 0 9 1 46 135 5 1C
Octal 114 105 113 0 11 1 106 465 5 34
Binary 1001100 1000101 1001011 0 1001 1 1000110 100110101 101 11100

Color Harmonies of #4C454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C454B

Black with #4C454B

Text Example


Text Example

White with #4C454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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