Html Css Color HEX #784C76 Trendy Pink

📋 copy color: '#784C76'

red 120 ◦ green 76 ◦ blue 118

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

Shades of Trendy Pink #784C76

Tints of Trendy Pink #784C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 38.22%
G = 24.2%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#784C76 (or 0x784C76) is known color: Trendy Pink. HEX triplet: 78, 4C and 76. RGB value is (120,76,118). Sum of RGB (Red+Green+Blue) = 120+76+118=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #784C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C76 is #87B389. Grayscale: #5D5D5D. Windows color (decimal): -8893322 or 7752824. OLE color: 7752824.

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

Color convert

RGB 120 76 118 -
CMYK 0 0.37 0.02 0.53
HSL 302.73º 0.22% 0.38% -
HSV(B) 302.73º 0.37% 0.47% -
XYZ 13.6 10.47 18.44 -
YUV 93.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 120 76 118 0 0.37 0.02 0.53 302.73 0.22 0.38
Hex 78 4C 76 0 25 2 35 12F 16 26
Octal 170 114 166 0 45 2 65 457 26 46
Binary 1111000 1001100 1110110 0 100101 10 110101 100101111 10110 100110

Color Harmonies of #784C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C76

Black with #784C76

Text Example


Text Example

White with #784C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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