Html Css Color HEX #784F74 Trendy Pink

📋 copy color: '#784F74'

red 120 ◦ green 79 ◦ blue 116

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

Shades of Trendy Pink #784F74

Tints of Trendy Pink #784F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 38.1%
G = 25.08%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#784F74 (or 0x784F74) is known color: Trendy Pink. HEX triplet: 78, 4F and 74. RGB value is (120,79,116). Sum of RGB (Red+Green+Blue) = 120+79+116=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #784F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784F74 is #87B08B. Grayscale: #5F5F5F. Windows color (decimal): -8892556 or 7622520. OLE color: 7622520.

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

Color convert

RGB 120 79 116 -
CMYK 0 0.34 0.03 0.53
HSL 305.85º 0.21% 0.39% -
HSV(B) 305.85º 0.34% 0.47% -
XYZ 13.69 10.85 17.89 -
YUV 95.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 120 79 116 0 0.34 0.03 0.53 305.85 0.21 0.39
Hex 78 4F 74 0 22 3 35 132 15 27
Octal 170 117 164 0 42 3 65 462 25 47
Binary 1111000 1001111 1110100 0 100010 11 110101 100110010 10101 100111

Color Harmonies of #784F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F74

Black with #784F74

Text Example


Text Example

White with #784F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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