Html Css Color HEX #764F78 Trendy Pink

📋 copy color: '#764F78'

red 118 ◦ green 79 ◦ blue 120

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

Shades of Trendy Pink #764F78

Tints of Trendy Pink #764F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 37.22%
G = 24.92%
B = 37.85%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#764F78 (or 0x764F78) is known color: Trendy Pink. HEX triplet: 76, 4F and 78. RGB value is (118,79,120). Sum of RGB (Red+Green+Blue) = 118+79+120=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #764F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F78 is #89B087. Grayscale: #5F5F5F. Windows color (decimal): -9023624 or 7884662. OLE color: 7884662.

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

Color convert

RGB 118 79 120 -
CMYK 0.02 0.34 0 0.53
HSL 297.07º 0.21% 0.39% -
HSV(B) 297.07º 0.34% 0.47% -
XYZ 13.66 10.8 19.13 -
YUV 95.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 118 79 120 0.02 0.34 0 0.53 297.07 0.21 0.39
Hex 76 4F 78 2 22 0 35 129 15 27
Octal 166 117 170 2 42 0 65 451 25 47
Binary 1110110 1001111 1111000 10 100010 0 110101 100101001 10101 100111

Color Harmonies of #764F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F78

Black with #764F78

Text Example


Text Example

White with #764F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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