Html Css Color HEX #764E72 Trendy Pink

📋 copy color: '#764E72'

red 118 ◦ green 78 ◦ blue 114

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

Shades of Trendy Pink #764E72

Tints of Trendy Pink #764E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.16%

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 38.06%
G = 25.16%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#764E72 (or 0x764E72) is known color: Trendy Pink. HEX triplet: 76, 4E and 72. RGB value is (118,78,114). Sum of RGB (Red+Green+Blue) = 118+78+114=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #764E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E72 is #89B18D. Grayscale: #5D5D5D. Windows color (decimal): -9023886 or 7491190. OLE color: 7491190.

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

Color convert

RGB 118 78 114 -
CMYK 0 0.34 0.03 0.54
HSL 306º 0.2% 0.38% -
HSV(B) 306º 0.34% 0.46% -
XYZ 13.23 10.52 17.25 -
YUV 94.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 118 78 114 0 0.34 0.03 0.54 306 0.2 0.38
Hex 76 4E 72 0 22 3 36 132 14 26
Octal 166 116 162 0 42 3 66 462 24 46
Binary 1110110 1001110 1110010 0 100010 11 110110 100110010 10100 100110

Color Harmonies of #764E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E72

Black with #764E72

Text Example


Text Example

White with #764E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,78,114); }

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

background-color css

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

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

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

border-color css

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

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

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