Html Css Color HEX #764D76 Trendy Pink

📋 copy color: '#764D76'

red 118 ◦ green 77 ◦ blue 118

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

Shades of Trendy Pink #764D76

Tints of Trendy Pink #764D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 37.7%
G = 24.6%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#764D76 (or 0x764D76) is known color: Trendy Pink. HEX triplet: 76, 4D and 76. RGB value is (118,77,118). Sum of RGB (Red+Green+Blue) = 118+77+118=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #764D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D76 is #89B289. Grayscale: #5D5D5D. Windows color (decimal): -9024138 or 7753078. OLE color: 7753078.

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

Color convert

RGB 118 77 118 -
CMYK 0 0.35 0 0.54
HSL 300º 0.21% 0.38% -
HSV(B) 300º 0.35% 0.46% -
XYZ 13.4 10.47 18.45 -
YUV 93.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 118 77 118 0 0.35 0 0.54 300 0.21 0.38
Hex 76 4D 76 0 23 0 36 12C 15 26
Octal 166 115 166 0 43 0 66 454 25 46
Binary 1110110 1001101 1110110 0 100011 0 110110 100101100 10101 100110

Color Harmonies of #764D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D76

Black with #764D76

Text Example


Text Example

White with #764D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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