Html Css Color HEX #785675 Trendy Pink

📋 copy color: '#785675'

red 120 ◦ green 86 ◦ blue 117

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

Shades of Trendy Pink #785675

Tints of Trendy Pink #785675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

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

R = 37.15%
G = 26.63%
B = 36.22%

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

#785675 (or 0x785675) is known color: Trendy Pink. HEX triplet: 78, 56 and 75. RGB value is (120,86,117). Sum of RGB (Red+Green+Blue) = 120+86+117=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #785675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785675 is #87A98A. Grayscale: #636363. Windows color (decimal): -8890763 or 7689848. OLE color: 7689848.

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

Color convert

RGB 120 86 117 -
CMYK 0 0.28 0.02 0.53
HSL 305.29º 0.17% 0.4% -
HSV(B) 305.29º 0.28% 0.47% -
XYZ 14.28 11.93 18.38 -
YUV 99.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 120 86 117 0 0.28 0.02 0.53 305.29 0.17 0.4
Hex 78 56 75 0 1C 2 35 131 11 28
Octal 170 126 165 0 34 2 65 461 21 50
Binary 1111000 1010110 1110101 0 11100 10 110101 100110001 10001 101000

Color Harmonies of #785675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785675

Black with #785675

Text Example


Text Example

White with #785675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785675; }

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

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

background-color css

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

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

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

border-color css

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

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

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