Html Css Color HEX #785775 Trendy Pink

📋 copy color: '#785775'

red 120 ◦ green 87 ◦ blue 117

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

Shades of Trendy Pink #785775

Tints of Trendy Pink #785775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 37.04%
G = 26.85%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#785775 (or 0x785775) is known color: Trendy Pink. HEX triplet: 78, 57 and 75. RGB value is (120,87,117). Sum of RGB (Red+Green+Blue) = 120+87+117=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #785775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785775 is #87A88A. Grayscale: #646464. Windows color (decimal): -8890507 or 7690104. OLE color: 7690104.

HSL color Cylindrical-coordinate representation of color #785775: hue angle of 305.45º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785775 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 87 117 -
CMYK 0 0.28 0.02 0.53
HSL 305.45º 0.16% 0.41% -
HSV(B) 305.45º 0.28% 0.47% -
XYZ 14.36 12.09 18.41 -
YUV 100.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 120 87 117 0 0.28 0.02 0.53 305.45 0.16 0.41
Hex 78 57 75 0 1C 2 35 131 10 29
Octal 170 127 165 0 34 2 65 461 20 51
Binary 1111000 1010111 1110101 0 11100 10 110101 100110001 10000 101001

Color Harmonies of #785775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785775

Black with #785775

Text Example


Text Example

White with #785775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785775; }

 p { color: rgb(120,87,117); }

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

background-color css

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

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

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

border-color css

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

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

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