#764F77

Color #764F77 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #764F77

Tints of Trendy Pink #764F77

Color information

#764F77 (or 0x764F77) is unknown color: approx Trendy Pink. HEX triplet: 76, 4F and 77. RGB value is (118,79,119). Sum of RGB (Red+Green+Blue) = 118+79+119=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #764F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F77 is #89B088. Grayscale: #5F5F5F. Windows color (decimal): -9023625 or 7819126. OLE color: 7819126.

HSL color Cylindrical-coordinate representation of color #764F77: hue angle of 298.5º degrees, saturation: 0.2, 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 #764F77 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11879119-
CMYK0.010.3400.53
HSL298.5º20.2%38.82%-
HSV(B)298.5º33.61%46.67%-
XYZ13.610.7818.82-
YUV95.22141.42144.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=37.34%
G=25%
B=37.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118791190.010.3400.53298.520.238.82
Hex764F7712203512a1427
Octal1661171671420654522447
Binary1110110100111111101111100010011010110010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #764F77;
 }
 .AnyTagClassName
 {
   color: #764F77;
 }
</style>
background-color css

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

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

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

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

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

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