Html Css Color HEX #764D79 Trendy Pink

📋 copy color: '#764D79'

red 118 ◦ green 77 ◦ blue 121

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

Shades of Trendy Pink #764D79

Tints of Trendy Pink #764D79

RGB

 RED value IS 118 (46.48% from 255) = 37.34%

 GREEN value IS 77 (30.47% from 255) = 24.37%

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

R = 37.34%
G = 24.37%
B = 38.29%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#764D79 (or 0x764D79) is known color: Trendy Pink. HEX triplet: 76, 4D and 79. RGB value is (118,77,121). Sum of RGB (Red+Green+Blue) = 118+77+121=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #764D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D79 is #89B286. Grayscale: #5E5E5E. Windows color (decimal): -9024135 or 7949686. OLE color: 7949686.

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

Color convert

RGB 118 77 121 -
CMYK 0.02 0.36 0 0.53
HSL 295.91º 0.22% 0.39% -
HSV(B) 295.91º 0.36% 0.47% -
XYZ 13.58 10.54 19.41 -
YUV 94.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 118 77 121 0.02 0.36 0 0.53 295.91 0.22 0.39
Hex 76 4D 79 2 24 0 35 128 16 27
Octal 166 115 171 2 44 0 65 450 26 47
Binary 1110110 1001101 1111001 10 100100 0 110101 100101000 10110 100111

Color Harmonies of #764D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D79

Black with #764D79

Text Example


Text Example

White with #764D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D79; }

 p { color: rgb(118,77,121); }

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

background-color css

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

 a { background-color: rgb(118,77,121); }

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

border-color css

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

 span { border-color: rgb(118,77,121); }

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