Html Css Color HEX #744D4E Solid Pink

📋 copy color: '#744D4E'

red 116 ◦ green 77 ◦ blue 78

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

Shades of Solid Pink #744D4E

Tints of Solid Pink #744D4E

RGB

 RED value IS 116 (45.7% from 255) = 42.8%

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 42.8%
G = 28.41%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#744D4E (or 0x744D4E) is known color: Solid Pink. HEX triplet: 74, 4D and 4E. RGB value is (116,77,78). Sum of RGB (Red+Green+Blue) = 116+77+78=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #744D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D4E is #8BB2B1. Grayscale: #585858. Windows color (decimal): -9155250 or 5131636. OLE color: 5131636.

HSL color Cylindrical-coordinate representation of color #744D4E: hue angle of 358.46º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744D4E is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 77 78 -
CMYK 0 0.34 0.33 0.55
HSL 358.46º 0.2% 0.38% -
HSV(B) 358.46º 0.34% 0.45% -
XYZ 11.23 9.57 8.46 -
YUV 88.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 116 77 78 0 0.34 0.33 0.55 358.46 0.2 0.38
Hex 74 4D 4E 0 22 21 37 166 14 26
Octal 164 115 116 0 42 41 67 546 24 46
Binary 1110100 1001101 1001110 0 100010 100001 110111 101100110 10100 100110

Color Harmonies of #744D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D4E

Black with #744D4E

Text Example


Text Example

White with #744D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744D4E; }

 p { color: rgb(116,77,78); }

 H1.HeaderClassName
 {
   color: #744D4E;
 }
 .AnyTagClassName
 {
   color: #744D4E;
 }
</style>

background-color css

<style>
 a { background-color: #744D4E; }

 a { background-color: rgb(116,77,78); }

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

border-color css

<style>
 span { border-color: #744D4E; }

 span { border-color: rgb(116,77,78); }

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