Html Css Color HEX #784A71 Trendy Pink

📋 copy color: '#784A71'

red 120 ◦ green 74 ◦ blue 113

#784A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #784A71

Tints of Trendy Pink #784A71

RGB

 RED value IS 120 (47.27% from 255) = 39.09%

 GREEN value IS 74 (29.3% from 255) = 24.1%

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 39.09%
G = 24.1%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#784A71 (or 0x784A71) is known color: Trendy Pink. HEX triplet: 78, 4A and 71. RGB value is (120,74,113). Sum of RGB (Red+Green+Blue) = 120+74+113=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #784A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784A71 is #87B58E. Grayscale: #5C5C5C. Windows color (decimal): -8893839 or 7424632. OLE color: 7424632.

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

Color convert

RGB 120 74 113 -
CMYK 0 0.38 0.06 0.53
HSL 309.13º 0.24% 0.38% -
HSV(B) 309.13º 0.38% 0.47% -
XYZ 13.18 10.08 16.87 -
YUV 92.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 120 74 113 0 0.38 0.06 0.53 309.13 0.24 0.38
Hex 78 4A 71 0 26 6 35 135 18 26
Octal 170 112 161 0 46 6 65 465 30 46
Binary 1111000 1001010 1110001 0 100110 110 110101 100110101 11000 100110

Color Harmonies of #784A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A71

Black with #784A71

Text Example


Text Example

White with #784A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #784A71;
 }
 .AnyTagClassName
 {
   color: #784A71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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