#754C4E

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

Shades of Solid Pink #754C4E

Tints of Solid Pink #754C4E

Color information

#754C4E (or 0x754C4E) is unknown color: approx Solid Pink. HEX triplet: 75, 4C and 4E. RGB value is (117,76,78). Sum of RGB (Red+Green+Blue) = 117+76+78=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #754C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C4E is #8AB3B1. Grayscale: #585858. Windows color (decimal): -9089970 or 5131381. OLE color: 5131381.

HSL color Cylindrical-coordinate representation of color #754C4E: hue angle of 357.07º 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 #754C4E is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1177678-
CMYK00.350.330.54
HSL357.07º21.24%37.84%-
HSV(B)357.07º35.04%45.88%-
XYZ11.39.58.45-
YUV88.49122.08148.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=43.17%
G=28.04%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117767800.350.330.54357.0721.2437.84
Hex754C4E02321361651526
Octal16511411604341665452546
Binary111010110011001001110010001110000111011010110010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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