#77527B

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

Shades of Trendy Pink #77527B

Tints of Trendy Pink #77527B

Color information

#77527B (or 0x77527B) is unknown color: approx Trendy Pink. HEX triplet: 77, 52 and 7B. RGB value is (119,82,123). Sum of RGB (Red+Green+Blue) = 119+82+123=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #77527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77527B is #88AD84. Grayscale: #616161. Windows color (decimal): -8957317 or 8082039. OLE color: 8082039.

HSL color Cylindrical-coordinate representation of color #77527B: hue angle of 294.15º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77527B is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11982123-
CMYK0.030.3300.52
HSL294.15º20%40.2%-
HSV(B)294.15º33.33%48.24%-
XYZ14.211.3920.19-
YUV97.74142.26143.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=36.73%
G=25.31%
B=37.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119821230.030.3300.52294.152040.2
Hex77527B3210341261428
Octal1671221733410644462450
Binary11101111010010111101111100001011010010010011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77527B; }

 p { color: rgb(119,82,123); }

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

<style>
 a { background-color: #77527B; }

 a { background-color: rgb(119,82,123); }

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

<style>
 span { border-color: #77527B; }

 span { border-color: rgb(119,82,123); }

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