Html Css Color HEX #785372 Trendy Pink

📋 copy color: '#785372'

red 120 ◦ green 83 ◦ blue 114

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

Shades of Trendy Pink #785372

Tints of Trendy Pink #785372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 37.85%
G = 26.18%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#785372 (or 0x785372) is known color: Trendy Pink. HEX triplet: 78, 53 and 72. RGB value is (120,83,114). Sum of RGB (Red+Green+Blue) = 120+83+114=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #785372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785372 is #87AC8D. Grayscale: #616161. Windows color (decimal): -8891534 or 7492472. OLE color: 7492472.

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

Color convert

RGB 120 83 114 -
CMYK 0 0.31 0.05 0.53
HSL 309.73º 0.18% 0.4% -
HSV(B) 309.73º 0.31% 0.47% -
XYZ 13.88 11.39 17.39 -
YUV 97.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 120 83 114 0 0.31 0.05 0.53 309.73 0.18 0.4
Hex 78 53 72 0 1F 5 35 136 12 28
Octal 170 123 162 0 37 5 65 466 22 50
Binary 1111000 1010011 1110010 0 11111 101 110101 100110110 10010 101000

Color Harmonies of #785372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785372

Black with #785372

Text Example


Text Example

White with #785372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785372; }

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

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

background-color css

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

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

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

border-color css

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

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

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