#784E52

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

Shades of Solid Pink #784E52

Tints of Solid Pink #784E52

Color information

#784E52 (or 0x784E52) is unknown color: approx Solid Pink. HEX triplet: 78, 4E and 52. RGB value is (120,78,82). Sum of RGB (Red+Green+Blue) = 120+78+82=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #784E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E52 is #87B1AD. Grayscale: #5B5B5B. Windows color (decimal): -8892846 or 5394040. OLE color: 5394040.

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

Color convert

RGB1207882-
CMYK00.350.320.53
HSL354.29º21.21%38.82%-
HSV(B)354.29º35%47.06%-
XYZ11.9910.059.29-
YUV91.01122.91148.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=42.86%
G=27.86%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120788200.350.320.53354.2921.2138.82
Hex784E5202320351621527
Octal17011612204340655422547
Binary111100010011101010010010001110000011010110110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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