#784F52

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

Shades of Solid Pink #784F52

Tints of Solid Pink #784F52

Color information

#784F52 (or 0x784F52) is unknown color: approx Solid Pink. HEX triplet: 78, 4F and 52. RGB value is (120,79,82). Sum of RGB (Red+Green+Blue) = 120+79+82=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #784F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F52 is #87B0AD. Grayscale: #5B5B5B. Windows color (decimal): -8892590 or 5394296. OLE color: 5394296.

HSL color Cylindrical-coordinate representation of color #784F52: hue angle of 355.61º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #784F52 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1207982-
CMYK00.340.320.53
HSL355.61º20.6%39.02%-
HSV(B)355.61º34.17%47.06%-
XYZ12.0610.199.31-
YUV91.6122.58148.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=42.70%
G=28.11%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120798200.340.320.53355.6120.639.02
Hex784F5202220351641527
Octal17011712204240655442547
Binary111100010011111010010010001010000011010110110010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,79,82); }

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

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

 a { background-color: rgb(120,79,82); }

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

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

 span { border-color: rgb(120,79,82); }

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