Html Css Color HEX #785977 Trendy Pink

📋 copy color: '#785977'

red 120 ◦ green 89 ◦ blue 119

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

Shades of Trendy Pink #785977

Tints of Trendy Pink #785977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 36.59%
G = 27.13%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#785977 (or 0x785977) is known color: Trendy Pink. HEX triplet: 78, 59 and 77. RGB value is (120,89,119). Sum of RGB (Red+Green+Blue) = 120+89+119=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #785977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785977 is #87A688. Grayscale: #656565. Windows color (decimal): -8889993 or 7821688. OLE color: 7821688.

HSL color Cylindrical-coordinate representation of color #785977: hue angle of 301.94º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #785977 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 89 119 -
CMYK 0 0.26 0.01 0.53
HSL 301.94º 0.15% 0.41% -
HSV(B) 301.94º 0.26% 0.47% -
XYZ 14.65 12.47 19.09 -
YUV 101.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 120 89 119 0 0.26 0.01 0.53 301.94 0.15 0.41
Hex 78 59 77 0 1A 1 35 12E F 29
Octal 170 131 167 0 32 1 65 456 17 51
Binary 1111000 1011001 1110111 0 11010 1 110101 100101110 1111 101001

Color Harmonies of #785977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785977

Black with #785977

Text Example


Text Example

White with #785977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785977; }

 p { color: rgb(120,89,119); }

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

background-color css

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

 a { background-color: rgb(120,89,119); }

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

border-color css

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

 span { border-color: rgb(120,89,119); }

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