#754C4F

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

Shades of Solid Pink #754C4F

Tints of Solid Pink #754C4F

Color information

#754C4F (or 0x754C4F) is unknown color: approx Solid Pink. HEX triplet: 75, 4C and 4F. RGB value is (117,76,79). Sum of RGB (Red+Green+Blue) = 117+76+79=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C4F is #8AB3B0. Grayscale: #585858. Windows color (decimal): -9089969 or 5196917. OLE color: 5196917.

HSL color Cylindrical-coordinate representation of color #754C4F: hue angle of 355.61º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #754C4F is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1177679-
CMYK00.350.320.54
HSL355.61º21.24%37.84%-
HSV(B)355.61º35.04%45.88%-
XYZ11.339.528.64-
YUV88.6122.58148.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=43.01%
G=27.94%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117767900.350.320.54355.6121.2437.84
Hex754C4F02320361641526
Octal16511411704340665442546
Binary111010110011001001111010001110000011011010110010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754C4F; }

 p { color: rgb(117,76,79); }

 H1.HeaderClassName
 {
   color: #754C4F;
 }
 .AnyTagClassName
 {
   color: #754C4F;
 }
</style>
background-color css

<style>
 a { background-color: #754C4F; }

 a { background-color: rgb(117,76,79); }

 div.DivClassName
 {
   background-color: #754C4F;
 }
 .BgClassName
 {
   background-color: #754C4F;
 }
</style>
border-color css

<style>
 span { border-color: #754C4F; }

 span { border-color: rgb(117,76,79); }

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