Html Css Color HEX #785A79 Trendy Pink

📋 copy color: '#785A79'

red 120 ◦ green 90 ◦ blue 121

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

Shades of Trendy Pink #785A79

Tints of Trendy Pink #785A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

 BLUE value IS 121 (47.66% from 255) = 36.56%

R = 36.25%
G = 27.19%
B = 36.56%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#785A79 (or 0x785A79) is known color: Trendy Pink. HEX triplet: 78, 5A and 79. RGB value is (120,90,121). Sum of RGB (Red+Green+Blue) = 120+90+121=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #785A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A79 is #87A586. Grayscale: #666666. Windows color (decimal): -8889735 or 7953016. OLE color: 7953016.

HSL color Cylindrical-coordinate representation of color #785A79: hue angle of 298.06º 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 #785A79 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 121 -
CMYK 0.01 0.26 0 0.53
HSL 298.06º 0.15% 0.41% -
HSV(B) 298.06º 0.26% 0.47% -
XYZ 14.85 12.69 19.75 -
YUV 102.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 120 90 121 0.01 0.26 0 0.53 298.06 0.15 0.41
Hex 78 5A 79 1 1A 0 35 12A F 29
Octal 170 132 171 1 32 0 65 452 17 51
Binary 1111000 1011010 1111001 1 11010 0 110101 100101010 1111 101001

Color Harmonies of #785A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A79

Black with #785A79

Text Example


Text Example

White with #785A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785A79; }

 p { color: rgb(120,90,121); }

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

background-color css

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

 a { background-color: rgb(120,90,121); }

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

border-color css

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

 span { border-color: rgb(120,90,121); }

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