Html Css Color HEX #764F72 Trendy Pink

📋 copy color: '#764F72'

red 118 ◦ green 79 ◦ blue 114

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

Shades of Trendy Pink #764F72

Tints of Trendy Pink #764F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.4%

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

R = 37.94%
G = 25.4%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#764F72 (or 0x764F72) is known color: Trendy Pink. HEX triplet: 76, 4F and 72. RGB value is (118,79,114). Sum of RGB (Red+Green+Blue) = 118+79+114=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #764F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F72 is #89B08D. Grayscale: #5E5E5E. Windows color (decimal): -9023630 or 7491446. OLE color: 7491446.

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

Color convert

RGB 118 79 114 -
CMYK 0 0.33 0.03 0.54
HSL 306.15º 0.2% 0.39% -
HSV(B) 306.15º 0.33% 0.46% -
XYZ 13.3 10.66 17.28 -
YUV 94.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 118 79 114 0 0.33 0.03 0.54 306.15 0.2 0.39
Hex 76 4F 72 0 21 3 36 132 14 27
Octal 166 117 162 0 41 3 66 462 24 47
Binary 1110110 1001111 1110010 0 100001 11 110110 100110010 10100 100111

Color Harmonies of #764F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F72

Black with #764F72

Text Example


Text Example

White with #764F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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