Html Css Color HEX #775179 Trendy Pink

📋 copy color: '#775179'

red 119 ◦ green 81 ◦ blue 121

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

Shades of Trendy Pink #775179

Tints of Trendy Pink #775179

RGB

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

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

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

R = 37.07%
G = 25.23%
B = 37.69%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#775179 (or 0x775179) is known color: Trendy Pink. HEX triplet: 77, 51 and 79. RGB value is (119,81,121). Sum of RGB (Red+Green+Blue) = 119+81+121=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #775179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775179 is #88AE86. Grayscale: #606060. Windows color (decimal): -8957575 or 7950711. OLE color: 7950711.

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

Color convert

RGB 119 81 121 -
CMYK 0.02 0.33 0 0.53
HSL 297º 0.2% 0.4% -
HSV(B) 297º 0.33% 0.47% -
XYZ 14 11.19 19.51 -
YUV 96.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 119 81 121 0.02 0.33 0 0.53 297 0.2 0.4
Hex 77 51 79 2 21 0 35 129 14 28
Octal 167 121 171 2 41 0 65 451 24 50
Binary 1110111 1010001 1111001 10 100001 0 110101 100101001 10100 101000

Color Harmonies of #775179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775179

Black with #775179

Text Example


Text Example

White with #775179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775179; }

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

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

background-color css

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

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

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

border-color css

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

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

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