Html Css Color HEX #785373 Trendy Pink

📋 copy color: '#785373'

red 120 ◦ green 83 ◦ blue 115

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

Shades of Trendy Pink #785373

Tints of Trendy Pink #785373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 37.74%
G = 26.1%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#785373 (or 0x785373) is known color: Trendy Pink. HEX triplet: 78, 53 and 73. RGB value is (120,83,115). Sum of RGB (Red+Green+Blue) = 120+83+115=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785373 is #87AC8C. Grayscale: #616161. Windows color (decimal): -8891533 or 7558008. OLE color: 7558008.

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

Color convert

RGB 120 83 115 -
CMYK 0 0.31 0.04 0.53
HSL 308.11º 0.18% 0.4% -
HSV(B) 308.11º 0.31% 0.47% -
XYZ 13.93 11.42 17.69 -
YUV 97.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 120 83 115 0 0.31 0.04 0.53 308.11 0.18 0.4
Hex 78 53 73 0 1F 4 35 134 12 28
Octal 170 123 163 0 37 4 65 464 22 50
Binary 1111000 1010011 1110011 0 11111 100 110101 100110100 10010 101000

Color Harmonies of #785373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785373

Black with #785373

Text Example


Text Example

White with #785373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785373; }

 p { color: rgb(120,83,115); }

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

background-color css

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

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

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

border-color css

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

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

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