#77547A

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

Shades of Trendy Pink #77547A

Tints of Trendy Pink #77547A

Color information

#77547A (or 0x77547A) is unknown color: approx Trendy Pink. HEX triplet: 77, 54 and 7A. RGB value is (119,84,122). Sum of RGB (Red+Green+Blue) = 119+84+122=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #77547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77547A is #88AB85. Grayscale: #626262. Windows color (decimal): -8956806 or 8017015. OLE color: 8017015.

HSL color Cylindrical-coordinate representation of color #77547A: hue angle of 295.26º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77547A is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11984122-
CMYK0.020.3100.52
HSL295.26º18.45%40.39%-
HSV(B)295.26º31.15%47.84%-
XYZ14.2911.6719.91-
YUV98.8141.1142.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=36.62%
G=25.85%
B=37.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119841220.020.3100.52295.2618.4540.39
Hex77547A21F0341271228
Octal1671241722370644472250
Binary1110111101010011110101011111011010010010011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77547A; }

 p { color: rgb(119,84,122); }

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

<style>
 a { background-color: #77547A; }

 a { background-color: rgb(119,84,122); }

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

<style>
 span { border-color: #77547A; }

 span { border-color: rgb(119,84,122); }

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