#78617A

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

Shades of Trendy Pink #78617A

Tints of Trendy Pink #78617A

Color information

#78617A (or 0x78617A) is unknown color: approx Trendy Pink. HEX triplet: 78, 61 and 7A. RGB value is (120,97,122). Sum of RGB (Red+Green+Blue) = 120+97+122=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #78617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78617A is #879E85. Grayscale: #6A6A6A. Windows color (decimal): -8887942 or 8020344. OLE color: 8020344.

HSL color Cylindrical-coordinate representation of color #78617A: hue angle of 295.2º 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 #78617A is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12097122-
CMYK0.020.2000.52
HSL295.2º11.42%42.94%-
HSV(B)295.2º20.49%47.84%-
XYZ15.5313.9520.29-
YUV106.73136.62137.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=35.40%
G=28.61%
B=35.99%

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
Decimal120971220.020.2000.52295.211.4242.94
Hex78617A214034127b2b
Octal1701411722240644471353
Binary111100011000011111010101010001101001001001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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