Html Css Color HEX #785B78 Trendy Pink

📋 copy color: '#785B78'

red 120 ◦ green 91 ◦ blue 120

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

Shades of Trendy Pink #785B78

Tints of Trendy Pink #785B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

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

R = 36.25%
G = 27.49%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#785B78 (or 0x785B78) is known color: Trendy Pink. HEX triplet: 78, 5B and 78. RGB value is (120,91,120). Sum of RGB (Red+Green+Blue) = 120+91+120=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #785B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B78 is #87A487. Grayscale: #666666. Windows color (decimal): -8889480 or 7887736. OLE color: 7887736.

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

Color convert

RGB 120 91 120 -
CMYK 0 0.24 0 0.53
HSL 300º 0.14% 0.41% -
HSV(B) 300º 0.24% 0.47% -
XYZ 14.88 12.83 19.46 -
YUV 102.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 120 91 120 0 0.24 0 0.53 300 0.14 0.41
Hex 78 5B 78 0 18 0 35 12C E 29
Octal 170 133 170 0 30 0 65 454 16 51
Binary 1111000 1011011 1111000 0 11000 0 110101 100101100 1110 101001

Color Harmonies of #785B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B78

Black with #785B78

Text Example


Text Example

White with #785B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,91,120); }

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

background-color css

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

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

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

border-color css

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

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

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