Html Css Color HEX #775679 Trendy Pink

📋 copy color: '#775679'

red 119 ◦ green 86 ◦ blue 121

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

Shades of Trendy Pink #775679

Tints of Trendy Pink #775679

RGB

 RED value IS 119 (46.88% from 255) = 36.5%

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

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 36.5%
G = 26.38%
B = 37.12%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#775679 (or 0x775679) is known color: Trendy Pink. HEX triplet: 77, 56 and 79. RGB value is (119,86,121). Sum of RGB (Red+Green+Blue) = 119+86+121=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #775679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775679 is #88A986. Grayscale: #636363. Windows color (decimal): -8956295 or 7951991. OLE color: 7951991.

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

Color convert

RGB 119 86 121 -
CMYK 0.02 0.29 0 0.53
HSL 296.57º 0.17% 0.41% -
HSV(B) 296.57º 0.29% 0.47% -
XYZ 14.39 11.96 19.64 -
YUV 99.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 119 86 121 0.02 0.29 0 0.53 296.57 0.17 0.41
Hex 77 56 79 2 1D 0 35 129 11 29
Octal 167 126 171 2 35 0 65 451 21 51
Binary 1110111 1010110 1111001 10 11101 0 110101 100101001 10001 101001

Color Harmonies of #775679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775679

Black with #775679

Text Example


Text Example

White with #775679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775679; }

 p { color: rgb(119,86,121); }

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

background-color css

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

 a { background-color: rgb(119,86,121); }

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

border-color css

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

 span { border-color: rgb(119,86,121); }

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