Html Css Color HEX #784C71 Trendy Pink

📋 copy color: '#784C71'

red 120 ◦ green 76 ◦ blue 113

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

Shades of Trendy Pink #784C71

Tints of Trendy Pink #784C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.6%

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

R = 38.83%
G = 24.6%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#784C71 (or 0x784C71) is known color: Trendy Pink. HEX triplet: 78, 4C and 71. RGB value is (120,76,113). Sum of RGB (Red+Green+Blue) = 120+76+113=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #784C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C71 is #87B38E. Grayscale: #5D5D5D. Windows color (decimal): -8893327 or 7425144. OLE color: 7425144.

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

Color convert

RGB 120 76 113 -
CMYK 0 0.37 0.06 0.53
HSL 309.55º 0.22% 0.38% -
HSV(B) 309.55º 0.37% 0.47% -
XYZ 13.31 10.35 16.92 -
YUV 93.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 120 76 113 0 0.37 0.06 0.53 309.55 0.22 0.38
Hex 78 4C 71 0 25 6 35 136 16 26
Octal 170 114 161 0 45 6 65 466 26 46
Binary 1111000 1001100 1110001 0 100101 110 110101 100110110 10110 100110

Color Harmonies of #784C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C71

Black with #784C71

Text Example


Text Example

White with #784C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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