#744E4F

Color #744E4F Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #744E4F

Tints of Solid Pink #744E4F

Color information

#744E4F (or 0x744E4F) is unknown color: approx 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

RGB1167879-
CMYK00.330.320.55
HSL358.42º19.59%38.04%-
HSV(B)358.42º32.76%45.49%-
XYZ11.349.738.68-
YUV89.48122.09146.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116787900.330.320.55358.4219.5938.04
Hex744E4F02120371661426
Octal16411611704140675462446
Binary111010010011101001111010000110000011011110110011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>