Html Css Color HEX #784F73 Trendy Pink

📋 copy color: '#784F73'

red 120 ◦ green 79 ◦ blue 115

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

Shades of Trendy Pink #784F73

Tints of Trendy Pink #784F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

 BLUE value IS 115 (45.31% from 255) = 36.62%

R = 38.22%
G = 25.16%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#784F73 (or 0x784F73) is known color: Trendy Pink. HEX triplet: 78, 4F and 73. RGB value is (120,79,115). Sum of RGB (Red+Green+Blue) = 120+79+115=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #784F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F73 is #87B08C. Grayscale: #5F5F5F. Windows color (decimal): -8892557 or 7556984. OLE color: 7556984.

HSL color Cylindrical-coordinate representation of color #784F73: hue angle of 307.32º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #784F73 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 79 115 -
CMYK 0 0.34 0.04 0.53
HSL 307.32º 0.21% 0.39% -
HSV(B) 307.32º 0.34% 0.47% -
XYZ 13.64 10.82 17.59 -
YUV 95.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 120 79 115 0 0.34 0.04 0.53 307.32 0.21 0.39
Hex 78 4F 73 0 22 4 35 133 15 27
Octal 170 117 163 0 42 4 65 463 25 47
Binary 1111000 1001111 1110011 0 100010 100 110101 100110011 10101 100111

Color Harmonies of #784F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F73

Black with #784F73

Text Example


Text Example

White with #784F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,79,115); }

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

background-color css

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

 a { background-color: rgb(120,79,115); }

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

border-color css

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

 span { border-color: rgb(120,79,115); }

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