#754C52

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

Shades of Solid Pink #754C52

Tints of Solid Pink #754C52

Color information

#754C52 (or 0x754C52) is unknown color: approx Solid Pink. HEX triplet: 75, 4C and 52. RGB value is (117,76,82). Sum of RGB (Red+Green+Blue) = 117+76+82=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #754C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C52 is #8AB3AD. Grayscale: #585858. Windows color (decimal): -9089966 or 5393525. OLE color: 5393525.

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

Color convert

RGB1177682-
CMYK00.350.300.54
HSL351.22º21.24%37.84%-
HSV(B)351.22º35.04%45.88%-
XYZ11.449.569.22-
YUV88.94124.08148.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=42.55%
G=27.64%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117768200.350.300.54351.2221.2437.84
Hex754C520231E3615f1526
Octal16511412204336665372546
Binary11101011001100101001001000111111011011010101111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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