Html Css Color HEX #785877 Trendy Pink

📋 copy color: '#785877'

red 120 ◦ green 88 ◦ blue 119

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

Shades of Trendy Pink #785877

Tints of Trendy Pink #785877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 36.7%
G = 26.91%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#785877 (or 0x785877) is known color: Trendy Pink. HEX triplet: 78, 58 and 77. RGB value is (120,88,119). Sum of RGB (Red+Green+Blue) = 120+88+119=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #785877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785877 is #87A788. Grayscale: #656565. Windows color (decimal): -8890249 or 7821432. OLE color: 7821432.

HSL color Cylindrical-coordinate representation of color #785877: hue angle of 301.88º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785877 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 88 119 -
CMYK 0 0.27 0.01 0.53
HSL 301.88º 0.15% 0.41% -
HSV(B) 301.88º 0.27% 0.47% -
XYZ 14.57 12.3 19.06 -
YUV 101.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 120 88 119 0 0.27 0.01 0.53 301.88 0.15 0.41
Hex 78 58 77 0 1B 1 35 12E F 29
Octal 170 130 167 0 33 1 65 456 17 51
Binary 1111000 1011000 1110111 0 11011 1 110101 100101110 1111 101001

Color Harmonies of #785877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785877

Black with #785877

Text Example


Text Example

White with #785877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785877; }

 p { color: rgb(120,88,119); }

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

background-color css

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

 a { background-color: rgb(120,88,119); }

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

border-color css

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

 span { border-color: rgb(120,88,119); }

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