Html Css Color HEX #764D77 Trendy Pink

📋 copy color: '#764D77'

red 118 ◦ green 77 ◦ blue 119

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

Shades of Trendy Pink #764D77

Tints of Trendy Pink #764D77

RGB

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

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

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

R = 37.58%
G = 24.52%
B = 37.9%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#764D77 (or 0x764D77) is known color: Trendy Pink. HEX triplet: 76, 4D and 77. RGB value is (118,77,119). Sum of RGB (Red+Green+Blue) = 118+77+119=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #764D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D77 is #89B288. Grayscale: #5D5D5D. Windows color (decimal): -9024137 or 7818614. OLE color: 7818614.

HSL color Cylindrical-coordinate representation of color #764D77: hue angle of 298.57º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D77 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 77 119 -
CMYK 0.01 0.35 0 0.53
HSL 298.57º 0.21% 0.38% -
HSV(B) 298.57º 0.35% 0.47% -
XYZ 13.45 10.49 18.77 -
YUV 94.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 118 77 119 0.01 0.35 0 0.53 298.57 0.21 0.38
Hex 76 4D 77 1 23 0 35 12B 15 26
Octal 166 115 167 1 43 0 65 453 25 46
Binary 1110110 1001101 1110111 1 100011 0 110101 100101011 10101 100110

Color Harmonies of #764D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D77

Black with #764D77

Text Example


Text Example

White with #764D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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