Html Css Color HEX #744E4F Solid Pink

📋 copy color: '#744E4F'

red 116 ◦ green 78 ◦ blue 79

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

Shades of Solid Pink #744E4F

Tints of Solid Pink #744E4F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 42.49%
G = 28.57%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#744E4F (or 0x744E4F) is known color: Solid Pink. HEX triplet: 74, 4E and 4F. RGB value is (116,78,79). Sum of RGB (Red+Green+Blue) = 116+78+79=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #744E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E4F is #8BB1B0. Grayscale: #595959. Windows color (decimal): -9154993 or 5197428. OLE color: 5197428.

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

Color convert

RGB 116 78 79 -
CMYK 0 0.33 0.32 0.55
HSL 358.42º 0.2% 0.38% -
HSV(B) 358.42º 0.33% 0.45% -
XYZ 11.34 9.73 8.68 -
YUV 89.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 116 78 79 0 0.33 0.32 0.55 358.42 0.2 0.38
Hex 74 4E 4F 0 21 20 37 166 14 26
Octal 164 116 117 0 41 40 67 546 24 46
Binary 1110100 1001110 1001111 0 100001 100000 110111 101100110 10100 100110

Color Harmonies of #744E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E4F

Black with #744E4F

Text Example


Text Example

White with #744E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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