#784C55

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

Shades of Solid Pink #784C55

Tints of Solid Pink #784C55

Color information

#784C55 (or 0x784C55) is unknown color: approx Solid Pink. HEX triplet: 78, 4C and 55. RGB value is (120,76,85). Sum of RGB (Red+Green+Blue) = 120+76+85=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #784C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C55 is #87B3AA. Grayscale: #5A5A5A. Windows color (decimal): -8893355 or 5590136. OLE color: 5590136.

HSL color Cylindrical-coordinate representation of color #784C55: hue angle of 347.73º 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 #784C55 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1207685-
CMYK00.370.290.53
HSL347.73º22.45%38.43%-
HSV(B)347.73º36.67%47.06%-
XYZ11.979.829.86-
YUV90.18125.08149.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=42.70%
G=27.05%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120768500.370.290.53347.7322.4538.43
Hex784C550251D3515c1626
Octal17011412504535655342646
Binary11110001001100101010101001011110111010110101110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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