Html Css Color HEX #785676 Trendy Pink

📋 copy color: '#785676'

red 120 ◦ green 86 ◦ blue 118

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

Shades of Trendy Pink #785676

Tints of Trendy Pink #785676

RGB

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

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

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

R = 37.04%
G = 26.54%
B = 36.42%

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

#785676 (or 0x785676) is known color: Trendy Pink. HEX triplet: 78, 56 and 76. RGB value is (120,86,118). Sum of RGB (Red+Green+Blue) = 120+86+118=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #785676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785676 is #87A989. Grayscale: #636363. Windows color (decimal): -8890762 or 7755384. OLE color: 7755384.

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

Color convert

RGB 120 86 118 -
CMYK 0 0.28 0.02 0.53
HSL 303.53º 0.17% 0.4% -
HSV(B) 303.53º 0.28% 0.47% -
XYZ 14.34 11.96 18.69 -
YUV 99.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 120 86 118 0 0.28 0.02 0.53 303.53 0.17 0.4
Hex 78 56 76 0 1C 2 35 130 11 28
Octal 170 126 166 0 34 2 65 460 21 50
Binary 1111000 1010110 1110110 0 11100 10 110101 100110000 10001 101000

Color Harmonies of #785676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785676

Black with #785676

Text Example


Text Example

White with #785676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785676; }

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

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

background-color css

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

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

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

border-color css

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

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

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