#77617A

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

Shades of Trendy Pink #77617A

Tints of Trendy Pink #77617A

Color information

#77617A (or 0x77617A) is unknown color: approx Trendy Pink. HEX triplet: 77, 61 and 7A. RGB value is (119,97,122). Sum of RGB (Red+Green+Blue) = 119+97+122=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #77617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77617A is #889E85. Grayscale: #6A6A6A. Windows color (decimal): -8953478 or 8020343. OLE color: 8020343.

HSL color Cylindrical-coordinate representation of color #77617A: hue angle of 292.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77617A is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11997122-
CMYK0.020.2000.52
HSL292.8º11.42%42.94%-
HSV(B)292.8º20.49%47.84%-
XYZ15.413.8820.28-
YUV106.43136.79136.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=35.21%
G=28.70%
B=36.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119971220.020.2000.52292.811.4242.94
Hex77617A214034125b2b
Octal1671411722240644451353
Binary111011111000011111010101010001101001001001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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