#754C51

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

Shades of Solid Pink #754C51

Tints of Solid Pink #754C51

Color information

#754C51 (or 0x754C51) is unknown color: approx Solid Pink. HEX triplet: 75, 4C and 51. RGB value is (117,76,81). Sum of RGB (Red+Green+Blue) = 117+76+81=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C51 is #8AB3AE. Grayscale: #585858. Windows color (decimal): -9089967 or 5327989. OLE color: 5327989.

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

Color convert

RGB1177681-
CMYK00.350.310.54
HSL352.68º21.24%37.84%-
HSV(B)352.68º35.04%45.88%-
XYZ11.419.549.03-
YUV88.83123.58148.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=42.70%
G=27.74%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117768100.350.310.54352.6821.2437.84
Hex754C510231F361611526
Octal16511412104337665412546
Binary11101011001100101000101000111111111011010110000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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