Html Css Color HEX #785176 Trendy Pink

📋 copy color: '#785176'

red 120 ◦ green 81 ◦ blue 118

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

Shades of Trendy Pink #785176

Tints of Trendy Pink #785176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 37.62%
G = 25.39%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#785176 (or 0x785176) is known color: Trendy Pink. HEX triplet: 78, 51 and 76. RGB value is (120,81,118). Sum of RGB (Red+Green+Blue) = 120+81+118=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785176 is #87AE89. Grayscale: #606060. Windows color (decimal): -8892042 or 7754104. OLE color: 7754104.

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

Color convert

RGB 120 81 118 -
CMYK 0 0.32 0.02 0.53
HSL 303.08º 0.19% 0.39% -
HSV(B) 303.08º 0.33% 0.47% -
XYZ 13.96 11.19 18.56 -
YUV 96.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 120 81 118 0 0.32 0.02 0.53 303.08 0.19 0.39
Hex 78 51 76 0 20 2 35 12F 13 27
Octal 170 121 166 0 40 2 65 457 23 47
Binary 1111000 1010001 1110110 0 100000 10 110101 100101111 10011 100111

Color Harmonies of #785176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785176

Black with #785176

Text Example


Text Example

White with #785176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785176; }

 p { color: rgb(120,81,118); }

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

background-color css

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

 a { background-color: rgb(120,81,118); }

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

border-color css

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

 span { border-color: rgb(120,81,118); }

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