#77547B

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

Shades of Trendy Pink #77547B

Tints of Trendy Pink #77547B

Color information

#77547B (or 0x77547B) is unknown color: approx Trendy Pink. HEX triplet: 77, 54 and 7B. RGB value is (119,84,123). Sum of RGB (Red+Green+Blue) = 119+84+123=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #77547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77547B is #88AB84. Grayscale: #626262. Windows color (decimal): -8956805 or 8082551. OLE color: 8082551.

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

Color convert

RGB11984123-
CMYK0.030.3200.52
HSL293.85º18.84%40.59%-
HSV(B)293.85º31.71%48.24%-
XYZ14.3511.6920.24-
YUV98.91141.6142.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=36.50%
G=25.77%
B=37.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119841230.030.3200.52293.8518.8440.59
Hex77547B3200341261329
Octal1671241733400644462351
Binary11101111010100111101111100000011010010010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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