Html Css Color HEX #785A7D Trendy Pink

📋 copy color: '#785A7D'

red 120 ◦ green 90 ◦ blue 125

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

Shades of Trendy Pink #785A7D

Tints of Trendy Pink #785A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 35.82%
G = 26.87%
B = 37.31%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#785A7D (or 0x785A7D) is known color: Trendy Pink. HEX triplet: 78, 5A and 7D. RGB value is (120,90,125). Sum of RGB (Red+Green+Blue) = 120+90+125=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #785A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A7D is #87A582. Grayscale: #666666. Windows color (decimal): -8889731 or 8215160. OLE color: 8215160.

HSL color Cylindrical-coordinate representation of color #785A7D: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785A7D is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 90 125 -
CMYK 0.04 0.28 0 0.51
HSL 291.43º 0.16% 0.42% -
HSV(B) 291.43º 0.28% 0.49% -
XYZ 15.1 12.79 21.07 -
YUV 102.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 120 90 125 0.04 0.28 0 0.51 291.43 0.16 0.42
Hex 78 5A 7D 4 1C 0 33 123 10 2A
Octal 170 132 175 4 34 0 63 443 20 52
Binary 1111000 1011010 1111101 100 11100 0 110011 100100011 10000 101010

Color Harmonies of #785A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A7D

Black with #785A7D

Text Example


Text Example

White with #785A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,90,125); }

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

background-color css

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

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

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

border-color css

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

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

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