#784A53

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

Shades of Solid Pink #784A53

Tints of Solid Pink #784A53

Color information

#784A53 (or 0x784A53) is unknown color: approx Solid Pink. HEX triplet: 78, 4A and 53. RGB value is (120,74,83). Sum of RGB (Red+Green+Blue) = 120+74+83=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #784A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A53 is #87B5AC. Grayscale: #585858. Windows color (decimal): -8893869 or 5458552. OLE color: 5458552.

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

Color convert

RGB1207483-
CMYK00.380.310.53
HSL348.26º23.71%38.04%-
HSV(B)348.26º38.33%47.06%-
XYZ11.769.529.4-
YUV88.78124.74150.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 83 (32.81% from 255) = 29.96%
R=43.32%
G=26.71%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120748300.380.310.53348.2623.7138.04
Hex784A530261F3515c1826
Octal17011212304637655343046
Binary11110001001010101001101001101111111010110101110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,74,83); }

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

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

 a { background-color: rgb(120,74,83); }

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

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

 span { border-color: rgb(120,74,83); }

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