Html Css Color HEX #785979 Trendy Pink

📋 copy color: '#785979'

red 120 ◦ green 89 ◦ blue 121

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

Shades of Trendy Pink #785979

Tints of Trendy Pink #785979

RGB

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

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

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

R = 36.36%
G = 26.97%
B = 36.67%

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

#785979 (or 0x785979) is known color: Trendy Pink. HEX triplet: 78, 59 and 79. RGB value is (120,89,121). Sum of RGB (Red+Green+Blue) = 120+89+121=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #785979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785979 is #87A686. Grayscale: #656565. Windows color (decimal): -8889991 or 7952760. OLE color: 7952760.

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

Color convert

RGB 120 89 121 -
CMYK 0.01 0.26 0 0.53
HSL 298.13º 0.15% 0.41% -
HSV(B) 298.13º 0.26% 0.47% -
XYZ 14.77 12.52 19.73 -
YUV 101.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 120 89 121 0.01 0.26 0 0.53 298.13 0.15 0.41
Hex 78 59 79 1 1A 0 35 12A F 29
Octal 170 131 171 1 32 0 65 452 17 51
Binary 1111000 1011001 1111001 1 11010 0 110101 100101010 1111 101001

Color Harmonies of #785979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785979

Black with #785979

Text Example


Text Example

White with #785979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785979; }

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

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

background-color css

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

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

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

border-color css

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

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

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