#784C54

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

Shades of Solid Pink #784C54

Tints of Solid Pink #784C54

Color information

#784C54 (or 0x784C54) is unknown color: approx Solid Pink. HEX triplet: 78, 4C and 54. RGB value is (120,76,84). Sum of RGB (Red+Green+Blue) = 120+76+84=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #784C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C54 is #87B3AB. Grayscale: #5A5A5A. Windows color (decimal): -8893356 or 5524600. OLE color: 5524600.

HSL color Cylindrical-coordinate representation of color #784C54: hue angle of 349.09º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #784C54 is Cyan = 0, Magento = 0.37, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB1207684-
CMYK00.370.30.53
HSL349.09º22.45%38.43%-
HSV(B)349.09º36.67%47.06%-
XYZ11.939.89.65-
YUV90.07124.58149.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 84 (33.20% from 255) = 30%
R=42.86%
G=27.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120768400.370.30.53349.0922.4538.43
Hex784C540251E3515d1626
Octal17011412404536655352646
Binary11110001001100101010001001011111011010110101110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784C54; }

 p { color: rgb(120,76,84); }

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

<style>
 a { background-color: #784C54; }

 a { background-color: rgb(120,76,84); }

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

<style>
 span { border-color: #784C54; }

 span { border-color: rgb(120,76,84); }

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