Html Css Color HEX #784B7C Trendy Pink

📋 copy color: '#784B7C'

red 120 ◦ green 75 ◦ blue 124

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

Shades of Trendy Pink #784B7C

Tints of Trendy Pink #784B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.51%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 37.62%
G = 23.51%
B = 38.87%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#784B7C (or 0x784B7C) is known color: Trendy Pink. HEX triplet: 78, 4B and 7C. RGB value is (120,75,124). Sum of RGB (Red+Green+Blue) = 120+75+124=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #784B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784B7C is #87B483. Grayscale: #5D5D5D. Windows color (decimal): -8893572 or 8145784. OLE color: 8145784.

HSL color Cylindrical-coordinate representation of color #784B7C: hue angle of 295.1º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784B7C is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 75 124 -
CMYK 0.03 0.40 0 0.51
HSL 295.1º 0.25% 0.39% -
HSV(B) 295.1º 0.4% 0.49% -
XYZ 13.9 10.48 20.36 -
YUV 94.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 120 75 124 0.03 0.40 0 0.51 295.1 0.25 0.39
Hex 78 4B 7C 3 28 0 33 127 19 27
Octal 170 113 174 3 50 0 63 447 31 47
Binary 1111000 1001011 1111100 11 101000 0 110011 100100111 11001 100111

Color Harmonies of #784B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784B7C

Black with #784B7C

Text Example


Text Example

White with #784B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,75,124); }

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

background-color css

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

 a { background-color: rgb(120,75,124); }

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

border-color css

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

 span { border-color: rgb(120,75,124); }

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